Free Parcel Data

Kentucky Marion County

Field dictionary

GEOID21155
Aged

79 attribute fields, profiled from the April 2021 vintage.

Columns in Marion County

Field Type Filled Distinct Example values
CTY_ROW_ID OFTInteger64 100% 10.7k 3341, 9439, 3021
PARCEL_ID OFTString 100% 10.5k 067-033-02, 067-033-03, 067-033-04
COUNTY_NAM OFTString 100% 1 Marion, Marion, Marion
COUNTY_FIP OFTInteger64 100% 1 21155, 21155, 21155
STATE_ABBR OFTString 100% 1 KY, KY, KY
SITUS OFTString 0%
ADDR_NUMBE OFTString 0%
ADDR_STREE OFTString 0%
ADDR_ST_01 OFTString 0%
ADDR_ST_02 OFTString 0%
ADDR_ST_03 OFTString 0%
ADDR_SEC_U OFTString 0%
ADDR_SE_01 OFTString 0%
SITUS_CITY OFTString 0%
SITUS_ZIP OFTString 0%
SITUS_ZIP4 OFTString 0%
MUNI_NAME OFTString 100% 7 Bradfordsville, Bradfordsville, Bradfordsville
OWNER OFTString 0%
TRANS_DATE OFTDate 0%
SALE_PRICE OFTReal 0%
BLDG_SQFT OFTInteger64 0%
STORY_HEIG OFTReal 0%
NGH_CODE OFTString 0%
ZIP_CODE OFTString 100% 10 40033, 40033, 40033
LAND_USE_C OFTString 0%
LAND_US_01 OFTString 0%
SCHOOL_DIS OFTString 100% 5 Marion County School District, Marion County School District, Marion County School District
MKT_VAL_LA OFTReal 0%
MKT_VAL_BL OFTReal 0%
MKT_VAL_TO OFTReal 0%
ACREAGE OFTReal 0%
CALC_ACREA OFTReal 100% 10.7k 14.6333752766459, 11.6954954715096, 10.4825441641857
FLD_ZONE OFTString 17% 1 {A}, {A}, {A}
ZONE_SUBTY OFTString 17% 1 {NULL}, {NULL}, {NULL}
ROUTING_NU OFTString 0%
MAP_BOOK OFTString 0%
MAP_PAGE OFTString 0%
MAIL_NAME OFTString 0%
MAIL_ADDRE OFTString 0%
MAIL_AD_01 OFTString 0%
MAIL_AD_02 OFTString 0%
M_RECPNT OFTString 0%
M_USPSBOX OFTString 0%
M_ADDRESSN OFTString 0%
M_STREETPR OFTString 0%
M_STREETNM OFTString 0%
M_STREETPO OFTString 0%
M_SUBOCC OFTString 0%
M_PLACENM OFTString 0%
M_STATENM OFTString 0%
M_ZIPCODE OFTString 0%
M_COUNTRY OFTString 0%
LEGAL_DESC OFTString 0%
LEGAL_D_01 OFTString 0%
LEGAL_D_02 OFTString 0%
BUILDINGS OFTInteger64 0%
YEAR_BUILT OFTInteger64 0%
EFF_YEAR_B OFTInteger64 0%
STYLE OFTString 0%
EXTERIOR OFTString 0%
CONDITION OFTString 0%
HEATSRC OFTString 0%
COOLING OFTString 0%
TOTAL_ROOM OFTInteger64 0%
BEDROOMS OFTInteger64 0%
HALFBATH OFTReal 0%
FULLBATH OFTReal 0%
TOTAL_BATH OFTReal 0%
WATER OFTString 0%
SEWER OFTString 0%
ZONING OFTString 0%
ELEVATION OFTReal 100% 10.7k 671.269324192356, 688.815029271692, 712.026811331557
OWNER_OCCU OFTString 100% 1 ?, ?, ?
ROBUST_ID OFTString 100% 10.7k AABSo5IjtoX9p7ks, AABSo1b2rBENrxH-, AABSo0lnFOPkKh7W
USPS_RESID OFTString 0%
ALT_ID_1 OFTString 0%
ALT_ID_2 OFTString 0%
CENSUS_PLA OFTString 30% 4 Bradfordsville city, Bradfordsville city, Bradfordsville city
LAST_UPDAT OFTString 100% 1 2018-Q1, 2018-Q1, 2018-Q1

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.