50 attribute fields, profiled from the August 2023 vintage.
Columns in Culberson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 13.3k | 130894, 130895, 130896 | |
| name | OFTString | 12.0k | 3768, 6220, 3416 | |
| statedarea | OFTString | 6.6k | 178.568 a, 754.148 a, 754.148 a | |
| parcel_cam | OFTReal | 12.0k | 3768.0, 6220.0, 3416.0 | |
| objectid_1 | OFTInteger | 11.7k | 914640, 916693, 914332 | |
| id | OFTInteger | 11.7k | 3371, 5424, 3063 | |
| parcel_id | OFTReal | 11.7k | 3768.0, 6220.0, 3416.0 | |
| sequence | OFTInteger | 1 | 1, 1, 1 | |
| account | OFTString | 11.7k | 00200-00010-00000-000000, 01400-00010-00000-000000, 01400-00016-00000-000000 | |
| owner_name | OFTString | 4.5k | BALLINAMONA II LP, ST EDWARDS MERCY HOSPITAL, ST EDWARDS MERCY HOSPITAL | |
| owner_id | OFTInteger | 4.5k | 8763, 2129, 2129 | |
| interest | OFTReal | 22 | 1.0, 1.0, 1.0 | |
| acres | OFTReal | 2.9k | 62.0, 133.0, 66.5 | |
| careof | OFTString | 585 | % JUSTINA EAGLEBURGER, % JUSTINA EAGLEBURGER, % JUSTINA EAGLEBERGER | |
| is_exempt | OFTInteger | 2 | 0, 0, 0 | |
| abstract_s | OFTString | 50 | PRESIDIO CSL, T&STL, T&STL | |
| abstract_n | OFTString | 4.0k | 1967, 2635, 2635 | |
| block | OFTString | 73 | 1, 252, 252 | |
| tract_lot | OFTString | 127 | 17, 17, 17 | |
| legal1 | OFTString | 7.2k | AB 1967 BLK 1 PRESIDIO CSL, AB 2635 BLK 252 SEC 17 T&STL, AB 2635 BLK 252 SEC 17 T&STL | |
| legal2 | OFTString | 3.2k | RY, RY, RY | |
| legal3 | OFTString | 704 | UND 6/24 INT IN 532.000 AC, UND 3/24 INT IN 532.000 AC, UND 7/24 INT IN 532.000 AC | |
| legal4 | OFTString | 94 | TR 1, TR 2, TR 7 & TR 13, FM 1523, BLK 65 SW/4 SEC 10 TWP 10 | |
| primary_ca | OFTString | 29 | D1R, E, E | |
| location_c | OFTString | 16 | 05, 05, 05 | |
| user_code1 | OFTString | 1 | U, U, U | |
| user_code2 | OFTString | 3 | RA, RA, RA | |
| user_code3 | OFTString | 1 | SRN, SRN | |
| user_code4 | OFTString | 1 | TRANF, TRANF, TRANF | |
| user_code5 | OFTString | 1 | E, E, E | |
| user_code6 | OFTString | 4 | SUIT, SUIT, SUIT | |
| deed_volum | OFTString | 1 | 159 | |
| deed_page | OFTString | 1 | 65 | |
| market_val | OFTInteger | 1 | 0 | |
| prop_stree | OFTString | 226 | 39851, 13060, 702 | |
| prop_str_1 | OFTString | 148 | 39681 FM 2017, 2017, HWY 90 | |
| prop_str_2 | OFTString | 9 | FM, E, CR | |
| prop_str_3 | OFTString | — | ||
| prop_city | OFTString | 1 | VAN HORN | |
| prop_state | OFTString | 1 | TX | |
| prop_zip5 | OFTString | 1 | 79855 | |
| prop_zip4 | OFTString | — | ||
| mailing_ad | OFTString | 3.3k | PO BOX 400, 2115 S FREMONT AVE #LL1, 2115 S FREMONT AVE #LL1 | |
| mailing__1 | OFTString | 81 | DUNDAS ONTARIO, MITCHELL MANITOBA, 1 ALPINE RD | |
| mailing__2 | OFTString | 1.4k | VICTORIA, SPRINGFIELD, SPRINGFIELD | |
| mailing__3 | OFTString | 57 | TX, MO, MO | |
| mailing__4 | OFTString | 1.9k | 77902, 65804, 65804 | |
| mailing__5 | OFTString | 1.1k | 2239, 2239, 2239 | |
| expr1 | OFTReal | 11.7k | 3768.0, 6220.0, 3416.0 | |
| ownership_ | OFTInteger | 11.7k | 3706, 6097, 3372 |
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.