48 attribute fields, profiled from the March 2024 vintage.
Columns in Glasscock County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 2.5k | 4408, 4375, 4374 | |
| created_da | OFTString | 7 | 2024-01-25, 2024-01-25, 2024-01-25 | |
| last_edite | OFTString | 10 | 2024-01-25, 2024-01-25, 2024-01-25 | |
| prop_id | OFTInteger | 2.3k | 4408, 4375, 4374 | |
| owner_tax_ | OFTInteger | 1 | 2024, 2024, 2024 | |
| file_as_na | OFTString | 667 | KOTRLA OSCAR ESTATE, MULTIPLE OWNERS, MULTIPLE OWNERS | |
| legal_acre | OFTReal | 804 | 139.5, 139.5, 139.5 | |
| hood_cd | OFTString | 4 | 2, 2, 2 | |
| school | OFTString | — | ||
| city | OFTString | — | ||
| county | OFTString | 1 | GlasscockC, GlasscockC, GlasscockC | |
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 1.5k | AB 462 SEC 15 BLK 37-5S T & P, AB 462 SEC 15 BLK 37-5S T & P, AB 462 SEC 15 BLK 37-5S T & P | |
| legal_de_1 | OFTString | 166 | 5-S T&P, PROPERTY LOCATED @ COUNTY LINE, BLK 37-5S T & P | |
| legal_de_2 | OFTString | 44 | LAND SIZE 130X130, MH 14X60, LABEL # NTA1525260 | |
| tract_or_l | OFTString | — | ||
| abs_subdv_ | OFTString | 52 | 462, 462, 462 | |
| land_val | OFTString | 147 | 0, 0, 0 | |
| imprv_val | OFTString | 512 | 0, 0, 0 | |
| market | OFTString | 1.5k | 142197, 142197, 142197 | |
| block | OFTString | — | ||
| map_id | OFTString | 406 | ,0, ,0, ,0 | |
| geo_id | OFTString | 2.3k | 0400-00270-00003-00, 0400-00270-00002-00, 0400-00270-00001-00 | |
| situs_num | OFTString | 287 | 9096, 2450, 8055 | |
| situs_stre | OFTString | — | ||
| situs_st_1 | OFTString | 99 | FM 2401, FM 1357, FM 2401 | |
| situs_st_2 | OFTString | — | ||
| situs_city | OFTString | 6 | GARDEN CITY, GARDEN CITY, GARDEN CITY | |
| situs_stat | OFTString | 3 | TX, TX, TX | |
| situs_zip | OFTString | 2 | 79739, 79739, 79739 | |
| addr_line1 | OFTString | 140 | % DARLENE CASON, DEHLINGER ANGELA, HOELSCHER ANN | |
| addr_line2 | OFTString | 580 | 15710 STILLER PARK DR, PO BOX 929, PO BOX 341 | |
| addr_line3 | OFTString | 27 | PO BOX 13519, BUILDING A & B, BUILDING A & B | |
| addr_city | OFTString | 132 | CYPRESS, KINGSLAND, GAIL | |
| addr_state | OFTString | 19 | TX, TX, TX | |
| zip | OFTString | 177 | 77429, 78639, 79738 | |
| deed_seq | OFTInteger | 7 | 1, 1, 1 | |
| deed_date | OFTString | 452 | 12/11/2015, 11/22/2016, 11/22/2016 | |
| volume | OFTString | 281 | 302, 331, 331 | |
| page | OFTString | 410 | 581, 153, 153 | |
| number | OFTString | 352 | 2668, 1925, 8813 | |
| objectid_1 | OFTInteger | 2.9k | 442, 465, 466 | |
| creationda | OFTString | 1 | 2024-03-22, 2024-03-22, 2024-03-22 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2024-03-22, 2024-03-22, 2024-03-22 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| shape__are | OFTReal | 2.0k | 22897062.0761719, 22897062.0761719, 22897062.0761719 | |
| shape__len | OFTReal | 2.0k | 19287.7208135472, 19287.7208135472, 19287.7208135472 |
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.