49 attribute fields, profiled from the March 2021 vintage.
Columns in McMullen County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 3.3k | 41629, 1052, 1686 | |
| created_da | OFTString | 190 | 2016-07-29, 2016-07-29, 2017-04-19 | |
| last_edite | OFTString | 212 | 2015-08-19, 2015-08-19, 2017-05-03 | |
| prop_id | OFTInteger | 3.2k | 41629, 1052, 1686 | |
| owner_tax_ | OFTInteger | 1 | 2021, 2021, 2021 | |
| file_as_na | OFTString | 1.0k | WSR ENTERPRISES, LLC, A TEXAS LIMITED LIABILITY COMPANY, WSR ENTERPRISES, LLC, A TEXAS LIMITED LIABILITY COMPANY, WSR ENTERPRISES, LLC, A TEXAS LIMITED LIABILITY COMPANY | |
| legal_acre | OFTReal | 1.9k | 400.0, 987.0, 436.61 | |
| hood_cd | OFTString | — | ||
| school | OFTString | 1 | 2S, 2S, 2S | |
| city | OFTString | — | ||
| county | OFTString | 1 | 311, 311, 311 | |
| next_appra | OFTString | 5 | 2012-04-22, 2016-10-03, 2015-04-10 | |
| legal_desc | OFTString | 3.2k | A-208 S-91 E.M. GEMMELL (400 ACS.), A-209 C-237 S-93 F L GARRETT (987.00 ACS.), A-528 S-177 GWT&P RR CO (436.61 ACS.) | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 310 | 16-F, 19A, 12 | |
| abs_subdv_ | OFTString | 570 | 528, 698, 309 | |
| land_val | OFTReal | 2.1k | 544000.0, 1342320.0, 593790.0 | |
| imprv_val | OFTReal | 693 | 0.0, 0.0, 0.0 | |
| market | OFTReal | 2.4k | 544000.0, 1342320.0, 593790.0 | |
| block | OFTString | 147 | A-245 S-23 HT&B RR CO, A-241 S-25 HT&B RR CO, A-251 S-21 HT&B | |
| map_id | OFTString | — | ||
| geo_id | OFTString | 3.0k | 41629, 1052, 1686 | |
| situs_num | OFTString | 132 | 270, 592, 1500 | |
| situs_stre | OFTString | 3 | S, SOUTH, EAST | |
| situs_st_1 | OFTString | 117 | A118,131,208,322,528,698, OLD SAN DIEGO ROAD, SAN DIEGO | |
| situs_st_2 | OFTString | 2 | RD, RD, RD | |
| situs_city | OFTString | 9 | MCMULLEN COUNTY, TILDEN, TILDEN | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 4 | 78072, 78072, 78072 | |
| addr_line1 | OFTString | 240 | 11195 FM 1346, 11195 FM 1346, C/O CYNTHIA COOPER O'CONNOR | |
| addr_line2 | OFTString | 826 | 503 EAST RAMSEY, 503 EAST RAMSEY, 503 EAST RAMSEY | |
| addr_line3 | OFTString | 38 | SUITE 201, SUITE 201, SUITE 201 | |
| addr_city | OFTString | 298 | SAN ANTONIO, SAN ANTONIO, SAN ANTONIO | |
| addr_state | OFTString | 35 | TX, TX, TX | |
| zip | OFTString | 400 | 78216, 78216, 78216 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 522 | 06/30/2017, 06/30/2017, 06/30/2017 | |
| volume | OFTString | 267 | 83597, 83597, 83597 | |
| page | OFTString | 427 | 715, 715, 715 | |
| number | OFTString | 573 | 134, 134, 134 | |
| objectid | OFTInteger | 4.1k | 240, 515, 685 | |
| creationda | OFTString | 1 | 2021-03-09, 2021-03-09, 2021-03-09 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2021-03-09, 2021-03-09, 2021-03-09 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 4.1k | f4c27db1-8e94-4387-9e65-ccd3cebcc3db, 6a8a8024-0f4a-4d5e-b35c-c9aefbafaf17, 9d4aecba-854f-4b23-9bf9-05eb6f4e929d | |
| shape__are | OFTReal | 3.9k | 17327073.257812, 30912645.681641, 18948573.308594 | |
| shape__len | OFTReal | 3.8k | 24297.062604, 24894.355594, 21449.079411 |
Why this differs from the next county over
There is no national parcel schema. Every assessor's office built its own, usually decades ago, usually inside whatever CAMA system it bought at the time. One county's owner column is OWNER_NAME, the next one's is own1, and a third splits it across four fields. Shapefile's ten-character DBF limit truncated a generation of them into things like TOTLNDVAL.
Nothing here is renamed or remapped. The columns above are exactly what is in the file, because a normalisation layer that quietly guesses wrong is worse than no normalisation at all — and every guess it makes is one you cannot audit.
The Filled column is the share of rows with a real value. Placeholder text such as n/a counts as empty; a column that is 100% present but 90% placeholder is a column that will disappoint you, and the profiler treats it accordingly.