10 attribute fields, profiled from the July 2022 vintage.
Columns in Pike County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 13.0k | 01-04-17-000-000-001.000, 01-04-17-000-000-002.000, 01-04-17-000-000-003.000 | |
| pid | OFTString | 13.0k | 01-04-17-000-000-001.000, 01-04-17-000-000-002.000, 01-04-17-000-000-003.000 | |
| owner | OFTString | 8.5k | USA, CONSERVATION COMMISSION OF MO, MILONSKI, JAMES M MILONSKI, DEBBIE M MILONSKI, MICHAEL J | |
| mail_addr | OFTString | 7.7k | WASHINGTON,DC99999--000USA, BOX 180 JEFFERSON CITY,MO65102--000USA, 1106 BAY COURT DESTIN,FL32541--000USA | |
| situs | OFTString | 9.1k | BLACKBIRD ISLAND, TED SHANKS, TED SHANKS | |
| legal | OFTString | 7.6k | RURAL (Not to be used on legal documents), RURAL TED SHANKS (Not to be used on legal documents), RURAL (Not to be used on legal documents) | |
| ppid | OFTString | 13.1k | 01-04-17-000-000-001.000, 01-04-17-000-000-002.000, 01-04-17-000-000-003.000 | |
| acreage | OFTReal | 3.4k | 31.0, 398.0, 4.0 | |
| legal_desc | OFTString | 7.5k | RURAL, RURAL TED SHANKS, RURAL | |
| zip_code | OFTString | 13 | 63433, 63353, 63353 |
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.