Free Parcel Data

Ohio Jackson County

Field dictionary

GEOID39079
Aged

47 attribute fields, profiled from the April 2022 vintage.

Columns in Jackson County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 94% 27.7k A010010009101, A010010002115, A010010002116
SITUS OFTString 94% 15.7k 0 N DIXON RUN RD, 0, 0
ADDR_NUMBE OFTString 49% 4.4k 1115, 1036, 16
STREET_PRE OFTString 14% 5 N, E, E
STREET_NAM OFTString 94% 1.1k DIXON RUN, 0, 0
STREET_SUF OFTString 0% 3 E, W, S
STREET_TYP OFTString 73% 38 Rd, Rd, Rd
SITUS_CITY OFTString 59% 10 JACKSON, JACKSON, JACKSON
SITUS_ZIP OFTString 59% 10 45640, 45640, 45640
ADDR_SEC_U OFTString 0% 3 REAR, REAR, REAR
OWNER OFTString 94% 15.8k JELM ENTERPRISES, BAYNE GEORGE R, HALL LINDA LOU
NGH_CODE OFTString 100% 6 0, 0, 0
LAND_USE_C OFTString 51% 79 100, 100, 100
LAND_US_01 OFTString 51% 5 Agricultural, Agricultural, Agricultural
LAND_COVER OFTString 100% 27.7k {"21": 91, "41": 554, "81": 33, "90": 252}, {"21": 82, "22": 13, "41": 39, "90": 70, "95": 12}, {"21": 189, "41": 638, "43": 64, "90": 10}
CROP_COVER OFTString 100% 22.5k {"121": 2.08, "141": 17.63, "143": 0.41, "176": 1.17}, {"121": 0.95, "141": 1.21}, {"121": 1.08, "141": 4.07}
MUNI_ID OFTInteger64 100% 14 1086363, 1086363, 1086363
SCHOOL_DIS OFTInteger64 100% 9 3904776, 3904776, 3904776
ACREAGE OFTReal 81% 8.9k 45.04, 22.187, 2.92
MKT_VAL_LA OFTReal 100% 6.3k 67140.0, 34530.0, 4330.0
MKT_VAL_BL OFTReal 100% 9.4k 0.0, 0.0, 0.0
MKT_VAL_TO OFTReal 100% 12.1k 67140.0, 34530.0, 4330.0
ZIP_CODE OFTString 100% 12 45640, 45640, 45640
TAXED_TOTA OFTReal 100% 6.9k 23500.0, 12090.0, 1520.0
TAXED_BLDG OFTReal 100% 5.7k 0.0, 0.0, 0.0
TAXED_LAND OFTReal 100% 3.4k 23500.0, 12090.0, 1520.0
LEGAL_DESC OFTString 93% 3.6k S1/2 NE, PT OF SW QT, SW QT
LEGAL_D_01 OFTString 52% 6.6k 000, 000, 000
MAIL_ADDRE OFTString 94% 14.2k JELM REALTY, BAYNE GEORGE R, HALL LINDA HENSLEY
MAIL_AD_01 OFTString 94% 3.3k CHESHIRE OH 45620 5, JACKSON OH 45640-9150, JACKSON OH 45640-9449
OWNER_OCCU OFTString 100% 3 F, F, F
USPS_RESID OFTString 100% 3 ?, ?, ?
CENSUS_TRA OFTInteger64 100% 7 957700, 957700, 957700
CENSUS_BLK OFTInteger 100% 6 1, 1, 1
CENSUS_BLO OFTInteger 100% 543 1096, 1051, 1060
AREA_METER OFTReal 100% 32.6k 186171.577540608, 86186.1754969184, 8730.75611181824
FLD_ZONE OFTString 13% 17 {A}, {A}, {A}
ZONE_SUBTY OFTString 13% 13 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 37% 4 2398589, 2398589, 2398589
ALT_ID_1 OFTString 100% 28.0k 1215100001, 1212300008, 1212300006
ELEVATION OFTString 99% 32.4k
ROBUST_ID OFTString 100% 32.6k AACYpxz5G_n0gEel, AACYp661n45Lr4jG, AACYp8LXRjaRlwdx
CALC_ACREA OFTReal 100% 32.6k 46.0048585260596, 21.2974658270435, 2.15745714279141
COUNTY_NAM OFTString 100% 1 Jackson, Jackson, Jackson
COUNTY_FIP OFTInteger64 100% 1 39079, 39079, 39079
STATE_ABBR OFTString 100% 1 OH, OH, OH
CTY_ROW_ID OFTInteger64 100% 32.6k 1468, 450, 353

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.