50 attribute fields, profiled from the January 2023 vintage.
Columns in Reagan County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 4.7k | 41807, 41808, 41809 | |
| name | OFTString | 3.2k | 4739, 4740, 4712 | |
| statedarea | OFTString | 2.4k | 192.19 a, 196.997 a, 32.686 a | |
| parcel_cam | OFTReal | 3.2k | 4739.0, 4740.0, 4712.0 | |
| objectid_1 | OFTInteger | 3.2k | 41830, 41831, 41803 | |
| id | OFTInteger | 3.2k | 3984, 3985, 3957 | |
| parcel_id | OFTReal | 3.2k | 4739.0, 4740.0, 4712.0 | |
| sequence | OFTInteger | 6 | 1, 1, 1 | |
| account | OFTString | 3.2k | 00861-00023-00000-000000, 00861-00024-00000-000000, 00851-00019-00000-000000 | |
| owner_name | OFTString | 1.5k | UNIVERSITY OF TEXAS -UNIV LANDS, UNIVERSITY OF TEXAS -UNIV LANDS, UNIVERSITY OF TEXAS -UNIV LANDS | |
| owner_id | OFTInteger | 1.6k | 4306, 4306, 4306 | |
| ownership_ | OFTInteger | 3.2k | 4735, 4736, 4708 | |
| interest | OFTReal | 28 | 1.0, 1.0, 1.0 | |
| acres | OFTReal | 1.1k | 237.7, 242.7, 16.6 | |
| careof | OFTString | 161 | TEXAS COMPTROLLER-PROPERTY TAX ASSISTANCE DIVISION, TEXAS COMPTROLLER-PROPERTY TAX ASSISTANCE DIVISION, TEXAS COMPTROLLER-PROPERTY TAX ASSISTANCE DIVISION | |
| is_exempt | OFTInteger | 2 | 0, 0, 0 | |
| abstract_s | OFTString | 137 | UNIVERSITY, UNIVERSITY, UNIVERSITY | |
| abstract_n | OFTString | 865 | 935, 152, 838 | |
| block | OFTString | 214 | 6, 6, 5 | |
| tract_lot | OFTString | 870 | 23, 24, 19 | |
| legal1 | OFTString | 2.8k | BLK 6 SEC 23 UNIVERSITY, BLK 6 SEC 24 UNIVERSITY, BLK 5 SEC 19 UNIVERSITY | |
| legal2 | OFTString | 370 | N PT, GRIERSON SPRINGS, LESS 103.45 ACRES | |
| legal3 | OFTString | 88 | SW CORNER, TRACT OUT OF SF 15644, TRACT OUT OF SF 15644 | |
| legal4 | OFTString | 2.9k | 00008610023000000, 00008610024000000, 00008510019000000 | |
| primary_ca | OFTString | 24 | D1, D1, D1 | |
| location_c | OFTString | 4 | 2, 2, 2 | |
| user_code1 | OFTString | — | ||
| user_code2 | OFTString | — | ||
| user_code3 | OFTString | — | ||
| user_code4 | OFTString | — | ||
| user_code5 | OFTString | — | ||
| user_code6 | OFTString | — | ||
| deed_volum | OFTString | 1 | 167, 167 | |
| deed_page | OFTString | 1 | 6, 6 | |
| market_val | OFTInteger | 1 | 17395, 17395 | |
| prop_stree | OFTString | 281 | 707, 705, 707 | |
| prop_str_1 | OFTString | 149 | HWY 137, HWY 137, HWY 137 | |
| prop_str_2 | OFTString | 8 | S, S, S | |
| prop_str_3 | OFTString | — | ||
| prop_city | OFTString | 4 | BIG LAKE, BIG LAKE, BIG LAKE | |
| prop_state | OFTString | 1 | TX, TX, TX | |
| prop_zip5 | OFTString | 3 | 76932, 76932, 76932 | |
| prop_zip4 | OFTString | — | ||
| mailing_ad | OFTString | 1.3k | ATTN: PUF COORDINATOR, ATTN: PUF COORDINATOR, ATTN: PUF COORDINATOR | |
| mailing__1 | OFTString | 55 | PO BOX 13528, PO BOX 13528, PO BOX 13528 | |
| mailing__2 | OFTString | 170 | AUSTIN, AUSTIN, AUSTIN | |
| mailing__3 | OFTString | 30 | TX, TX, TX | |
| mailing__4 | OFTString | 237 | 78711, 78711, 78711 | |
| mailing__5 | OFTString | 145 | 3528, 3528, 3528 | |
| expr1 | OFTReal | 3.2k | 4739.0, 4740.0, 4712.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.