13 attribute fields, profiled from the May 2022 vintage.
Columns in Lyon County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 7.2k | LBL, LBL, 63F-32 | |
| pid | OFTString | 7.2k | LBL, LBL, 63F-32 | |
| account | OFTString | 6.2k | 235, 235, 2664 | |
| map_no | OFTString | 7.2k | LBL, LBL, 63F-32 | |
| owner | OFTString | 5.2k | AMERICAN TOWER CORP, AMERICAN TOWER CORP, FARLEY GARY | |
| owner2 | OFTString | — | ||
| mail_addr1 | OFTString | 5.2k | ATTN GLORIA STAFFORD PO BOX 723597 ATLANTA, GA 31139-3597, ATTN GLORIA STAFFORD PO BOX 723597 ATLANTA, GA 31139-3597, JANICE 107 LEE RD EDDYVILLE, KY 42038 | |
| mail_addr2 | OFTString | — | ||
| situs | OFTString | 4.1k | LEE ROAD 107, 0, 0 | |
| legal | OFTString | 5.7k | TC LBL LAND KY88557, TC LBL LAND KY88557, CANNON HILLS SOUTH LOT 32 IMPRVMT | |
| use_code | OFTString | 12 | Telecommunication, Telecommunication, Residential | |
| acres | OFTString | — | ||
| key | OFTString | 10.6k | LBL, LBL, KENTUCKY LAKE |
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.