13 attribute fields, profiled from the May 2022 vintage.
Columns in Union County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 7.9k | 05-01, 05-03, 05-03 | |
| pid | OFTString | 7.9k | 05-01, 05-03, 05-03 | |
| account | OFTString | 5.5k | 35203, 31575, 31575 | |
| map_no | OFTString | 7.9k | 05-01, 05-03, 05-03 | |
| owner | OFTString | 5.2k | HENSHAW LAND LLC, WILLIAM SPRAGUE HOLDINGS LLC, WILLIAM SPRAGUE HOLDINGS LLC | |
| owner2 | OFTString | — | ||
| mail_addr1 | OFTString | 4.9k | % PHILLIP HENSHAW 3000 SALINE MINE RD SHAWNEETOWN, IL 62984, GEORGIA LIMITED LIABILITY CO 280 SR 1177 STURGIS, KY 42459, GEORGIA LIMITED LIABILITY CO 280 SR 1177 STURGIS, KY 42459 | |
| mail_addr2 | OFTString | — | ||
| situs | OFTString | 6.4k | JOHNSON ISLAND, SR 667, SR 667 | |
| legal | OFTString | 6.6k | JOHNSON ISLAND, SR 667, SR 667 | |
| use_code | OFTString | 12 | Farm, Farm, Farm | |
| acres | OFTString | — | ||
| key | OFTString | 8.3k | 05-01, 05-03, 05-03 |
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.