45 attribute fields, profiled from the December 2021 vintage.
Columns in Logan County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 18.6k | 088-02-06-001-01, 088-01-17-003-00, 088-01-17-003-00 | |
| SITUS | OFTString | 12.8k | 205 E GALLATIN ST, 216 E GALLATIN ST, 216 E GALLATIN ST | |
| ADDR_NUMBE | OFTString | 3.7k | 205, 216, 216 | |
| STREET_PRE | OFTString | 6 | E, E, E | |
| STREET_NAM | OFTString | 1.2k | GALLATIN, GALLATIN, GALLATIN | |
| STREET_SUF | OFTString | 1 | W, W | |
| STREET_TYP | OFTString | 36 | St, St, St | |
| SITUS_CITY | OFTString | 8 | ADAIRVILLE, ADAIRVILLE, ADAIRVILLE | |
| SITUS_ZIP | OFTString | 8 | 42202, 42202, 42202 | |
| ADDR_SEC_U | OFTString | 2 | FRONT, FRONT, FRONT | |
| OWNER | OFTString | 12.0k | ORNDORFF WILLIAM I ORNDORFF RUTH, STAGGERS MANOR SP LLC, STAGGERS MANOR SP LLC | |
| LAND_USE_C | OFTString | 13 | F, L, L | |
| LAND_US_01 | OFTString | 4 | Commercial, Residential, Residential | |
| LAND_COVER | OFTString | 10.5k | {"21": 1, "22": 2, "23": 1}, {"21": 6, "22": 3, "23": 1, "24": 1, "82": 1}, {"21": 1, "22": 1} | |
| MUNI_ID | OFTInteger64 | 4 | 1936846, 1936846, 1936846 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 2103540, 2103540, 2103540 | |
| MKT_VAL_LA | OFTReal | 5.4k | 10000.0, 17996.0, 17996.0 | |
| MKT_VAL_BL | OFTReal | 1.1k | 0.0, 430000.0, 430000.0 | |
| MKT_VAL_TO | OFTReal | 6.0k | 10000.0, 447996.0, 447996.0 | |
| ZIP_CODE | OFTString | 12 | 42202, 42202, 42202 | |
| FULLBATH | OFTReal | 17 | 1.0, 4.0, 4.0 | |
| BEDROOMS | OFTInteger64 | 13 | 2, 20, 20 | |
| TOTAL_ROOM | OFTInteger64 | 19 | 4, 0, 0 | |
| MAIN_LIVIN | OFTInteger64 | 2.5k | 1024, 2880, 2880 | |
| EFF_YEAR_B | OFTInteger64 | 188 | 1930, 1940, 1940 | |
| YEAR_BUILT | OFTInteger64 | 188 | 1930, 1940, 1940 | |
| LEGAL_DESC | OFTString | 15.7k | 205 E GALLATIN ST, STAGGERS MANOR APTS, STAGGERS MANOR APTS | |
| MAIL_ADDRE | OFTString | 4.7k | ADAIRVILLE KY 8022, LOUISVILLE KY 3051, LOUISVILLE KY 3051 | |
| MAIL_AD_01 | OFTString | 9.2k | 7912 NASHVILLE RD, 1244 S 4TH ST, 1244 S 4TH ST | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | T, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 6 | 960600, 960600, 960600 | |
| CENSUS_BLK | OFTInteger | 4 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 431 | 1075, 1076, 1077 | |
| AREA_METER | OFTReal | 19.6k | 2099.80370739452, 4784.48041664874, 633.894148820214 | |
| FLD_ZONE | OFTString | 13 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 12 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 6 | 2403061, 2403061, 2403061 | |
| ELEVATION | OFTString | 19.6k | ||
| ROBUST_ID | OFTString | 19.6k | AABSlXhrPURti1VD, AABSlYLjDvGXdx3X, AABSlTw_6kbchWa2 | |
| CALC_ACREA | OFTReal | 19.6k | 0.51888249413426, 1.18229295575807, 0.156641583114963 | |
| COUNTY_NAM | OFTString | 1 | Logan, Logan, Logan | |
| COUNTY_FIP | OFTInteger64 | 1 | 21141, 21141, 21141 | |
| STATE_ABBR | OFTString | 1 | KY, KY, KY | |
| CTY_ROW_ID | OFTInteger64 | 19.6k | 11253, 11249, 11248 |
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.