50 attribute fields, profiled from the April 2024 vintage.
Columns in Crockett County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 9.1k | 221210, 221221, 221241 | |
| name | OFTString | 9.0k | 3024, 1299, 1306 | |
| statedarea | OFTString | 5.1k | 78.3 a, 454.463 a, 447.84 a | |
| parcel_cam | OFTReal | 9.0k | 3024.0, 1299.0, 1306.0 | |
| objectid_1 | OFTInteger | 8.8k | 1282171, 1280861, 1280868 | |
| id | OFTInteger | 8.8k | 2217, 907, 914 | |
| parcel_id | OFTReal | 8.8k | 3024.0, 1299.0, 1306.0 | |
| sequence | OFTInteger | 2 | 1, 1, 1 | |
| account | OFTString | 8.8k | 00280-05571-00010-000000, 00280-00529-00010-000000, 00280-05402-00010-000000 | |
| owner_name | OFTString | 2.4k | MEADOWS JOHN BUFORD ETAL, RUTHERFORD WOLV, RUTHERFORD WOLV | |
| owner_id | OFTInteger | 2.5k | 331687, 336734, 336734 | |
| interest | OFTReal | 88 | 1.0, 0.5, 0.5 | |
| acres | OFTReal | 4.1k | 57.0, 308.6, 433.0 | |
| careof | OFTString | 509 | %DCP MIDSTREAM LP %PROP TAX, JAMES GRAYSON FREEMAN TRUST, JAMES GRAYSON FREEMAN TRUST | |
| is_exempt | OFTInteger | 2 | 0, 0, 0 | |
| abstract_s | OFTString | — | ||
| abstract_n | OFTString | 440 | 529, 528, 525 | |
| block | OFTString | 1 | UND 45%, UND 45%, UND 45% | |
| tract_lot | OFTString | — | ||
| legal1 | OFTString | 5.4k | ABST 5571 BLK Q5 SEC 8 SWPT, ABST 529 BLK 1 SEC 115, ABST 5402 BLK Q-5 SEC 8 N/PT | |
| legal2 | OFTString | 1.9k | J KIRKPATRICK, I&GN S/PT, J KIRKPATRICK | |
| legal3 | OFTString | 791 | MYRTLE MITCHELL RANCH, MYRTLE MITCHELL RANCH, MYRTLE MITCHELL RANCH | |
| legal4 | OFTString | 237 | UND 1/2 INT - LIFE EST TO MIKE & SUSAN WOMACK, UND 1/2 INT - LIFE EST TO MIKE & SUSAN WOMACK, UND 1/2 INT - LIFE EST TO MIKE & SUSAN WOMACK | |
| primary_ca | OFTString | 15 | D1, D1, D1 | |
| location_c | OFTString | 3 | CROZW, CROZW, CROZW | |
| user_code1 | OFTString | 2 | HS24, VHS24, VHS24 | |
| user_code2 | OFTString | 3 | 430, 430, 430 | |
| user_code3 | OFTString | 1 | 2, 2, 2 | |
| user_code4 | OFTString | — | ||
| user_code5 | OFTString | — | ||
| user_code6 | OFTString | 3 | SEC, SEC, SEC | |
| deed_volum | OFTString | 1 | 762 | |
| deed_page | OFTString | 1 | 262 | |
| market_val | OFTInteger | 1 | 36770 | |
| prop_stree | OFTString | 459 | 15470, 100, 796 | |
| prop_str_1 | OFTString | 244 | DOG CANYON RANCH S/D, DOG CANYON RANCH S/D, DOG CANYON RANCH S/D | |
| prop_str_2 | OFTString | 5 | PR, S, 1/2 | |
| prop_str_3 | OFTString | — | ||
| prop_city | OFTString | 1 | OZONA, OZONA, OZONA | |
| prop_state | OFTString | 1 | TX, TX, TX | |
| prop_zip5 | OFTString | 1 | 76943, 76943, 76943 | |
| prop_zip4 | OFTString | 1 | 0088 | |
| mailing_ad | OFTString | 1.8k | 2009 RANCH ROAD 620 NORTH, STE 830, PO BOX 681, PO BOX 681 | |
| mailing__1 | OFTString | 11 | PO BOX 9462, PO BOX 9462, PO BOX 9462 | |
| mailing__2 | OFTString | 324 | AUSTIN, OZONA, OZONA | |
| mailing__3 | OFTString | 38 | TX, TX, TX | |
| mailing__4 | OFTString | 492 | 78734, 76943, 76943 | |
| mailing__5 | OFTString | 936 | 0675, 0675, 0675 | |
| expr1 | OFTReal | 8.8k | 3024.0, 1299.0, 1306.0 | |
| ownership_ | OFTInteger | 8.8k | 2907, 1248, 1255 |
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.