30 attribute fields, profiled from the November 2021 vintage.
Columns in Russell County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 20.5k | 025-00-00-111.00, 007-00-00-042.00, 007-00-00-058.00 | |
| SITUS | OFTString | 9.5k | 1773 N HWY 55, 6633 N HWY 55, 7015 N HWY 55 | |
| ADDR_NUMBE | OFTString | 2.6k | 1773, 6633, 7015 | |
| STREET_PRE | OFTString | 4 | N, N, N | |
| STREET_NAM | OFTString | 1.5k | HWY, HWY, HWY | |
| STREET_SUF | OFTString | 4 | S, S, S | |
| STREET_TYP | OFTString | 68 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 6 | JAMESTOWN, JAMESTOWN, JAMESTOWN | |
| SITUS_ZIP | OFTString | 6 | 42629, 42629, 42629 | |
| ADDR_SEC_U | OFTString | 3 | TRLR, UNIT, UNIT | |
| ADDR_SE_01 | OFTString | 3 | 102, 107, 4 | |
| OWNER | OFTString | 11.4k | COMMUNITY TRUST BANK INC, ANTLE GENE, ORTON LISA G | |
| LAND_COVER | OFTString | 7.9k | {"41": 15}, {"81": 9}, {"21": 3, "81": 10} | |
| MUNI_ID | OFTInteger64 | 4 | 1936893, 1936893, 1936893 | |
| SCHOOL_DIS | OFTInteger64 | 6 | 2105160, 2105160, 2105160 | |
| ZIP_CODE | OFTString | 8 | 42629, 42629, 42629 | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 5 | 960200, 960200, 960200 | |
| CENSUS_BLK | OFTInteger | 4 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 361 | 2057, 2008, 2000 | |
| AREA_METER | OFTReal | 21.1k | 5915.83613901445, 4923.02400326583, 5678.84328076169 | |
| FLD_ZONE | OFTString | 13 | {X}, {AE,X}, {X} | |
| ZONE_SUBTY | OFTString | 10 | {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {NULL,"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"} | |
| PLACE_GNIS | OFTInteger64 | 2 | 2404788, 2404788, 2404788 | |
| ELEVATION | OFTString | 21.1k | ||
| CALC_ACREA | OFTReal | 21.1k | 1.46186226831186, 1.21652846144702, 1.40329896310902 | |
| COUNTY_NAM | OFTString | 1 | Russell, Russell, Russell | |
| COUNTY_FIP | OFTInteger64 | 1 | 21207, 21207, 21207 | |
| STATE_ABBR | OFTString | 1 | KY, KY, KY | |
| CTY_ROW_ID | OFTInteger64 | 21.1k | 12130, 11646, 11627 |
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.