41 attribute fields, profiled from the May 2022 vintage.
Columns in Pendleton County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 8.9k | 3531, 4578, 4909 | |
| id | OFTInteger | 2 | 0, 0, 0 | |
| muid | OFTInteger | 8.0k | 4823, 4817, 6913 | |
| parcel_id | OFTString | 8.0k | 017-00-00-004.00, 017-00-00-016.03, 017-00-00-003.01 | |
| acres | OFTReal | 8.8k | 107.35241, 83.537481, 20.153441 | |
| perimeter | OFTReal | 8.6k | 8873398.79349, 3638892.6668, 877883.911914 | |
| comment | OFTString | 134 | LOT 1, LOT 10, LOT 11 | |
| map | OFTString | 109 | 17, 17, 17 | |
| block | OFTString | 41 | 00, 00, 00 | |
| parcel | OFTString | 884 | 4, 16.03, 3.01 | |
| quad | OFTString | 4 | 3, 3, 3 | |
| created | OFTString | 10 | PVA MAP, Plat, PVA MAP | |
| oid_ | OFTInteger | 8.0k | 1431, 1458, 1430 | |
| year | OFTInteger | 3 | 2022, 2022, 2022 | |
| account | OFTInteger | 6.6k | 29625, 31898, 33762 | |
| location | OFTString | 6.6k | CROOKED CREEK RD 00000, HWY 330 W 00000, CROOKED CREEK RD 01160 | |
| descriptio | OFTString | 7.0k | 105.8861 ACRES, 84.2093 ACRES (TRACT 3 & 4), 20 ACRES & HOUSE | |
| deed | OFTString | 7.7k | 313-580, 340-620, 360-223 | |
| maxdeed | OFTString | — | ||
| district | OFTString | 7 | DI00, DI00, DI00 | |
| class | OFTString | 12 | CL20, CL20, CL20 | |
| name | OFTString | 6.4k | PERRIN JEFF, MICHAEL L JONES REVOCABLE TRUST, DAVIS ELLIOTT | |
| address1 | OFTString | 795 | % MICHAEL L JONES TRUSTEE, REVOCABLE TRUST AGREEMENT, REVOCABLE TRUST AGREEMENT | |
| address2 | OFTString | 5.6k | 5318 KY HWY 1032 W, 9241 MILL WAY, 1160 CROOKED CREEK RD | |
| city | OFTString | 255 | BERRY, FLORENCE, BERRY | |
| state | OFTString | 32 | KY, KY, KY | |
| zip | OFTString | 382 | 41003-, 41042, 41003 | |
| shape_leng | OFTReal | 8.9k | 13493.450076, 10723.037267, 4598.990483 | |
| quad_day | OFTInteger | 12 | 1, 1, 1 | |
| day_ord1 | OFTReal | 709 | 108.01, 114.01, 73.0 | |
| magisteria | OFTInteger | 4 | 3, 3, 3 | |
| precinct | OFTString | 12 | C103, C103, C103 | |
| area | OFTReal | 8.2k | 314.996009, 138.042924, 20.153442 | |
| shape_le_1 | OFTReal | 8.9k | 13493.450076, 10723.037267, 4598.990483 | |
| shape_area | OFTReal | 8.9k | 4676270.967647, 3638892.666796, 877883.911914 | |
| school_dis | OFTString | 2 | Southern, Southern, Southern | |
| number | OFTString | 3.1k | 1160, 971, 773 | |
| street | OFTString | 537 | CROOKED CREEK RD, HWY 330 W, CROOKED CREEK RD | |
| loc_addres | OFTString | 6.6k | CROOKED CREEK RD, HWY 330 W, 1160 CROOKED CREEK RD | |
| location_2 | OFTString | — | ||
| location_3 | OFTString | — |
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.