13 attribute fields, profiled from the May 2022 vintage.
Columns in Warren County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 50.0k | 031A-14, 031A-13A, 032A-01 | |
| pid | OFTString | 50.0k | 031A-14, 031A-13A, 032A-01 | |
| account | OFTString | 36.7k | 293547, 272651, 292914 | |
| map_no | OFTString | 50.0k | 031A-14, 031A-13A, 032A-01 | |
| owner | OFTString | 36.5k | TARTER LEON, KENTUCKY STATE NATURE PRESERVES COMMISSI, STUART MERRILL SHIRLEY | |
| owner2 | OFTString | — | ||
| mail_addr1 | OFTString | 31.8k | 504 US 31W BYP, 801 SCHENKEL LN, 11200 NASHVILLE RD | |
| mail_addr2 | OFTString | 10.3k | BOWLING GREEN, KY 421011756, FRANKFORT, KY 406011403, BOWLING GREEN, KY 421018704 | |
| situs | OFTString | 46.5k | WREN RD, NASHVILLE RD, NASHVILLE RD | |
| legal | OFTString | 119 | (Note: Not to be used on legal documents), (Note: Not to be used on legal documents), (Note: Not to be used on legal documents) | |
| use_code | OFTString | 14 | FARM (20), EXEMPT STATE (92), FARM (20) | |
| acres | OFTString | 3.4k | 167, 169, 72 | |
| key | OFTString | 50.0k | 031A-14, 031A-13A, 032A-01 |
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.