50 attribute fields, profiled from the March 2023 vintage.
Columns in Upton County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 8.5k | 185103, 176747, 176963 | |
| name | OFTString | 5.2k | 10561, 5688, 5687 | |
| statedarea | OFTString | 2.8k | 41.291 a, 96.302 a, 37.713 a | |
| parcel_cam | OFTReal | 5.2k | 10561.0, 5688.0, 5687.0 | |
| objectid_1 | OFTInteger | 5.2k | 308550, 307093, 307092 | |
| id | OFTInteger | 5.2k | 4442, 2985, 2984 | |
| parcel_id | OFTReal | 5.2k | 10561.0, 5688.0, 5687.0 | |
| sequence | OFTInteger | 3 | 2, 1, 1 | |
| account | OFTString | 5.2k | 2942HT-035-059-120, 2941HT-035-057-000, 2940HT-035-056-000 | |
| owner_name | OFTString | 2.3k | LEFEVRE DEBRA, APACHE CORP, HOBBS C W HEIRS LLP | |
| owner_id | OFTInteger | 2.4k | 513183, 34756, 20816 | |
| ownership_ | OFTInteger | 5.2k | 618640, 3171, 3170 | |
| interest | OFTReal | 141 | 0.5, 1.0, 1.0 | |
| acres | OFTReal | 1.2k | 10.0, 110.2, 395.9 | |
| careof | OFTString | 374 | C/O PATTI BROCKETT, C/O CARI DAWN WHITESIDE RUARK, C/O CARI DAWN WHITESIDE RUARK | |
| is_exempt | OFTInteger | 2 | 0, 0, 0 | |
| abstract_s | OFTString | 1.2k | 0270, 0269, 0788 | |
| abstract_n | OFTString | 4 | 0273, 0323, 0001 | |
| block | OFTString | 153 | 35, 35, 35 | |
| tract_lot | OFTString | 340 | 79, 57, 56 | |
| legal1 | OFTString | 4.9k | 0270 H&TC BLK 35 SEC 59 10.00 AC, 0269 H&TC BLK 35 SEC 57 110.2 AC, 0788 H&TC BLK 35 SEC 56 395.9 AC | |
| legal2 | OFTString | 604 | W PT, 2SW4, S2SW4 | |
| legal3 | OFTString | 19 | PT, 4.42 AC, /3 | |
| legal4 | OFTString | 37 | #1061, #21065121, #21065121 | |
| primary_ca | OFTString | 16 | E4, F2, D1 | |
| location_c | OFTString | 7 | 010, 010, 010 | |
| user_code1 | OFTString | 1 | AG, AG, AG | |
| user_code2 | OFTString | — | ||
| user_code3 | OFTString | — | ||
| user_code4 | OFTString | — | ||
| user_code5 | OFTString | — | ||
| user_code6 | OFTString | 1 | notal, notal | |
| deed_volum | OFTString | — | ||
| deed_page | OFTString | — | ||
| market_val | OFTInteger | — | ||
| prop_stree | OFTString | 426 | 2200, 2102, 2100 | |
| prop_str_1 | OFTString | 189 | FM 1901, FM 1901, FM 1901 | |
| prop_str_2 | OFTString | 6 | W, W, HWY | |
| prop_str_3 | OFTString | 8 | RD, RD, AVE | |
| prop_city | OFTString | 8 | MCCAMEY, MCCAMEY, MCCAMEY | |
| prop_state | OFTString | 1 | TX, TX, TX | |
| prop_zip5 | OFTString | 10 | 0, 0, 0 | |
| prop_zip4 | OFTString | 11 | 0, 0, 0 | |
| mailing_ad | OFTString | 1.8k | 4 NOONTIDE CIR, 2000 POST OAK BLVD, PO BOX 169 | |
| mailing__1 | OFTString | 40 | SUITE 100, 557 FM 3425, 557 FM 3425 | |
| mailing__2 | OFTString | 422 | WOODLANDS, HOUSTON, SKIDMORE | |
| mailing__3 | OFTString | 40 | TX, TX, TX | |
| mailing__4 | OFTString | 573 | 77380, 77056, 78389 | |
| mailing__5 | OFTString | 215 | 1034, 6832, 2738 | |
| expr1 | OFTReal | 5.2k | 10561.0, 5688.0, 5687.0 |
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.