Free Parcel Data

Ohio Darke County

Field dictionary

GEOID39037
Aged

45 attribute fields, profiled from the October 2021 vintage.

Columns in Darke County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 12.6k 3532, 3869, 4331
SITUS OFTString 100% 21.7k 0, 0, -6714 US RT 36
ADDR_NUMBE OFTString 73% 8.0k 107, 111, 112
STREET_PRE OFTString 1% 3 N, N, N
STREET_NAM OFTString 100% 764 0, 0, 6714
STREET_SUF OFTString 0% 6 NW, S, SE
STREET_TYP OFTString 8% 30 Ml, Ml, Ml
SITUS_CITY OFTString 54% 22 BRADFORD, BRADFORD, BRADFORD
SITUS_ZIP OFTString 54% 22 45308, 45308, 45308
ADDR_SEC_U OFTString 0% 2 REAR, APT, REAR
OWNER OFTString 100% 20.1k ANTHONY CHAD &, BOWMAN FAMILY LTD, KOONTZ JOYCE B TRUSTEE
TRANS_DATE OFTDate 100% 6.6k 2021-07-08, 1996-11-01, 2006-02-03
SALE_PRICE OFTReal 100% 2.7k 0.0, 0.0, 0.0
NGH_CODE OFTString 100% 190 200, 0, 200
LAND_USE_C OFTString 100% 108 101, 0, 101
LAND_US_01 OFTString 100% 5 Agricultural, Agricultural, Agricultural
LAND_COVER OFTString 100% 11.9k {"11": 7, "21": 5, "41": 45, "71": 15, "82": 317}, {"24": 1}, {"11": 7, "21": 21, "22": 6, "41": 36, "81": 210, "95": 3}
MUNI_ID OFTInteger64 100% 20 1086009, 1086009, 1086009
SCHOOL_DIS OFTInteger64 100% 19 3904409, 3904522, 3904409
ACREAGE OFTReal 100% 9.6k 75.473, 0.0, 54.864
MKT_VAL_LA OFTReal 100% 11.9k 0.0, 0.0, 418020.0
MKT_VAL_BL OFTReal 100% 13.6k 0.0, 0.0, 526600.0
MKT_VAL_TO OFTReal 100% 20.2k 0.0, 0.0, 944620.0
ZIP_CODE OFTString 100% 23 45308, 45308, 45331
LEGAL_DESC OFTString 100% 22.6k PENDING, PT E SD SW N OF RD, NE1/4 S OF RIVER
MAIL_ADDRE OFTString 100% 1.1k GREENVILLE OH 45331, GREENVILLE OH 45331, BRADFORD OH 45308
MAIL_AD_01 OFTString 100% 17.0k 7688 RD ARCANUM-BEARS MILL, 0, 6714 US ROUTE 36 E
MAIL_NAME OFTString 100% 18.3k ANTHONY, CHAD, SWANK SUE A, KOONTZ JOYCE B
OWNER_OCCU OFTString 100% 2 F, F, T
USPS_RESID OFTString 100% 3 ?, ?, ?
CENSUS_TRA OFTInteger64 100% 12 540100, 540100, 540100
CENSUS_BLK OFTInteger 100% 7 1, 3, 1
CENSUS_BLO OFTInteger 100% 954 1041, 3042, 1049
AREA_METER OFTReal 100% 31.2k 296734.867812851, 125.08532997707, 218307.69970766
FLD_ZONE OFTString 9% 7 {A}, {A}, {AE,AE}
ZONE_SUBTY OFTString 9% 5 {NULL}, {NULL}, {NULL,FLOODWAY}
PLACE_GNIS OFTInteger64 43% 21 2398161, 2398957, 2398957
ALT_ID_1 OFTString 100% 30.9k A02031023000040101, A02031028000030100, A02031035000010200
ELEVATION OFTString 100% 31.0k
ROBUST_ID OFTString 100% 31.2k AACYfYyb6Pojd7CS, AACYfdbAv1OllJXp, AACYfdtMXHiwJJoH
CALC_ACREA OFTReal 100% 31.2k 73.3261531852336, 0.0309098358906338, 53.9460156747599
COUNTY_NAM OFTString 100% 1 Darke, Darke, Darke
COUNTY_FIP OFTInteger64 100% 1 39037, 39037, 39037
STATE_ABBR OFTString 100% 1 OH, OH, OH
CTY_ROW_ID OFTInteger64 100% 31.2k 7171, 9996, 4595

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.