49 attribute fields, profiled from the September 2022 vintage.
Columns in Eastland County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 21.4k | 1847946, 1838956, 1829034 | |
| name | OFTString | 19.4k | 8092, 50698, 69937 | |
| statedarea | OFTString | 9.4k | 91.188 a, 91.188 a, 1004.341 a | |
| parcel_cam | OFTReal | 19.4k | 8092.0, 50698.0, 69937.0 | |
| objectid_1 | OFTInteger | 19.3k | 443109, 450285, 458901 | |
| id | OFTInteger | — | ||
| parcel_id | OFTReal | 19.3k | 8092.0, 50698.0, 69937.0 | |
| sequence | OFTInteger | — | ||
| account | OFTString | 19.3k | 00654-00020-00000-000000, 00654-00020-00010-000000, 02101-00010-00000-000000 | |
| owner_name | OFTString | 10.5k | RATLIFF MICHIAL DUANE, EPPARD DRUCILLA ELAINE RATLIFF, BLUESTEM ENTERPRISES LP | |
| owner_id | OFTInteger | — | ||
| interest | OFTReal | 39 | 0.33333, 0.333334, 1.0 | |
| acres | OFTReal | 6.2k | 1.0, 91.42, 10.0 | |
| careof | OFTString | 1.6k | DAWN D BOHNEN, CRYSTAL FUNDERBURK, DAWN D BOHNEN | |
| is_exempt | OFTInteger | 2 | 0, 0, 0 | |
| abstract_s | OFTString | 1.1k | W G WATKINS, W. G WATKINS, J E ANDERSON | |
| abstract_n | OFTString | 1.7k | 654, 654, 2101 | |
| block | OFTString | 394 | 3, 3, 2 | |
| tract_lot | OFTString | 1.4k | 798, 798, 29 | |
| legal1 | OFTString | 15.8k | W G WATKINS AB 654, W G WATKINS AB 654, J E ANDERSON AB 2101 | |
| legal2 | OFTString | 5.3k | 33.33% UND INT IN 1 AC, 33.33% UND INT IN 91.42 ACS, 1998 28X76 FLEETWOOD DW/MH | |
| legal3 | OFTString | 1.1k | REAL PROPERTY, LIFE EST FOR RICHARD AMES, 1980 14X56 ARTCRAFT MH | |
| legal4 | OFTString | 740 | 1976 14X56 MH, REF 68123, LIFE EST FOR MEIRON JR VINCENT | |
| primary_ca | OFTString | 52 | E1, D1, D1 | |
| location_c | OFTString | 89 | 2, 2, 2 | |
| user_code1 | OFTString | 18 | U, A, U | |
| user_code2 | OFTString | 17 | MOB, MOB, MOB | |
| user_code3 | OFTString | 1 | P, P, P | |
| user_code4 | OFTString | 2 | B, B, B | |
| user_code5 | OFTString | 7 | 1, D, 1 | |
| user_code6 | OFTString | 122 | JADE, JADE, 320 | |
| deed_volum | OFTString | — | ||
| deed_page | OFTString | — | ||
| market_val | OFTInteger | 1 | 3570 | |
| prop_stree | OFTString | 1.9k | 126, 517, 486 | |
| prop_str_1 | OFTString | 2.3k | OFF HWY 36, HWY 36, CO RD 244 | |
| prop_str_2 | OFTString | 8 | W, W, W | |
| prop_str_3 | OFTString | — | ||
| prop_city | OFTString | — | ||
| prop_state | OFTString | — | ||
| prop_zip5 | OFTString | — | ||
| prop_zip4 | OFTString | — | ||
| mailing_ad | OFTString | — | ||
| mailing__1 | OFTString | — | ||
| mailing__2 | OFTString | — | ||
| mailing__3 | OFTString | — | ||
| mailing__4 | OFTString | — | ||
| mailing__5 | OFTString | — | ||
| expr1 | OFTReal | — |
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.