45 attribute fields, profiled from the April 2022 vintage.
Columns in Hocking County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 20.5k | 010004480000, 010004540000, 010004540100 | |
| SITUS | OFTString | 15.1k | 24560 AMERINE RD, 25137 AMERINE RD, 25150 AMERINE RD | |
| ADDR_NUMBE | OFTString | 9.4k | 24560, 25137, 25150 | |
| STREET_PRE | OFTString | 5 | E, E, E | |
| STREET_NAM | OFTString | 998 | AMERINE, AMERINE, AMERINE | |
| STREET_SUF | OFTString | 5 | S, S, S | |
| STREET_TYP | OFTString | 26 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 16 | SOUTH BLOOMINGVILLE, SOUTH BLOOMINGVILLE, SOUTH BLOOMINGVILLE | |
| SITUS_ZIP | OFTString | 16 | 43152, 43152, 43152 | |
| ADDR_SEC_U | OFTString | 4 | REAR, REAR, REAR | |
| ADDR_SE_01 | OFTString | 2 | R, R, 218 | |
| OWNER | OFTString | 13.8k | COAKLEY MELANIE A, AMERINE THOMAS B. & TERESA A., AMERINE BOYTON JAMES | |
| LAND_USE_C | OFTString | 142 | 515.000000000, 122.000000000, 511.000000000 | |
| LAND_US_01 | OFTString | 5 | Residential, Agricultural, Residential | |
| LAND_COVER | OFTString | 20.5k | {"21": 45, "41": 677, "43": 25}, {"21": 72, "41": 708, "43": 6, "52": 23}, {"21": 47, "41": 690, "71": 150} | |
| CROP_COVER | OFTString | 17.1k | {"121": 2.08, "141": 35.86}, {"121": 1.66, "141": 16.96}, {"5": 0.21, "121": 0.18, "141": 6.74, "176": 0.21} | |
| MUNI_ID | OFTInteger64 | 11 | 1086316, 1086316, 1086316 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 3904424, 3904424, 3904424 | |
| ACREAGE | OFTReal | 8.1k | 40.96, 20.6685, 7.3315 | |
| MKT_VAL_LA | OFTReal | 3.8k | 37360.0, 1730.0, 11360.0 | |
| MKT_VAL_BL | OFTReal | 6.1k | 2060.0, 0.0, 32450.0 | |
| MKT_VAL_TO | OFTReal | 7.7k | 39420.0, 1730.0, 43810.0 | |
| ZIP_CODE | OFTString | 17 | 43152, 43152, 43152 | |
| LEGAL_DESC | OFTString | 6.7k | LOT 2 PT, SW SW PT., SW SW PT | |
| LEGAL_D_01 | OFTString | 776 | (HIDEOUT), (BENTON), LOT 11 | |
| LEGAL_D_02 | OFTString | 4.5k | DEED REF. 205-389,205-38, OR599-195, DEED REF OR184-154 | |
| MAIL_ADDRE | OFTString | 11.8k | 24970 GOOSE CREEK RD., 24870 AMERINE RD, 25150 AMERINE RD | |
| MAIL_AD_01 | OFTString | 2.1k | SOUTH BLOOMINGVILLE OH 43152, SO BLOOMINGVILLE OH 43152, SOUTH BLOOMINGVILLE OH 43152 | |
| MAIL_NAME | OFTString | 833 | G, MONTGOMERY, JAMES, CAMPBELL, TINA J. | |
| OWNER_OCCU | OFTString | 3 | F, F, T | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| CENSUS_TRA | OFTInteger64 | 7 | 965100, 965100, 965100 | |
| CENSUS_BLK | OFTInteger | 4 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 444 | 2105, 2115, 2105 | |
| AREA_METER | OFTReal | 22.5k | 153533.38182282, 75355.9728658638, 29673.9541187253 | |
| FLD_ZONE | OFTString | 15 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 12 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 10 | 2395743, 2395743, 2395743 | |
| ELEVATION | OFTString | 22.4k | ||
| ROBUST_ID | OFTString | 22.5k | AACYoUM-dyYLcJKd, AACYoRr-QitzWVi6, AACYoSbpmGCNmoY0 | |
| CALC_ACREA | OFTReal | 22.5k | 37.939633982237, 18.6212144548836, 7.33273080227821 | |
| COUNTY_NAM | OFTString | 1 | Hocking, Hocking, Hocking | |
| COUNTY_FIP | OFTInteger64 | 1 | 39073, 39073, 39073 | |
| STATE_ABBR | OFTString | 1 | OH, OH, OH | |
| CTY_ROW_ID | OFTInteger64 | 22.5k | 14735, 14750, 14751 |
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.