34 attribute fields, profiled from the April 2022 vintage.
Columns in Holmes County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| gispin | OFTString | 28.1k | 2000005000, 2000006000, 2000006001 | |
| parcel_num | OFTString | 28.1k | 20-00005-000, 20-00006-000, 20-00006-001 | |
| owner_prim | OFTString | 14.4k | Koammari Farm, LLC, Nathaniel M. Ruttencutter, Ervin T. Hostetler, trustee | |
| owner_seco | OFTString | 6.3k | Beth S. Ruttencutter, Esther E. Hostetler, trustee, Esther E. Hostetler, trustee | |
| tax_distri | OFTString | 34 | 20-RICHLAND TWP - DANVILLE, 20-RICHLAND TWP - DANVILLE, 20-RICHLAND TWP - DANVILLE | |
| property_a | OFTString | 14.5k | 15071 US 62, 15193 US 62, US 62 | |
| acres | OFTReal | 4.2k | 1.18, 9.63, 15.11 | |
| legal_desc | OFTString | 27.9k | R9 T8 S25 PT SW SE 1.18A TM R-1, R9 T8 S25 PT SW NW & PT NW SW 9.625A R-1 RES 1/05, R9 T8 S25 PT SW 15.114A R-1 | |
| deeded_nam | OFTString | 16.5k | DAVID M BLUBAUGH, BRIGHT HELEN RITTERBECK, CARTWRIGHT ARTHUR W III & BARBARA JS | |
| taxpayer_s | OFTString | 11.6k | 10513 TOWNSHIP ROAD 54, 15193 US 62, 8154 S APPLE CREEK ROAD | |
| taxpayer_c | OFTString | 512 | KILLBUCK, BRINKHAVEN, FREDERICKSBURG | |
| taxpayer_1 | OFTString | 46 | OH, OH, OH | |
| taxpayer_p | OFTString | 2.8k | 44637-9745, 43006, 44627 | |
| route_numb | OFTString | 1.3k | 0055000, 0014000, 0015000 | |
| class | OFTString | 4 | Residential, Residential, Agriculture | |
| classifica | OFTString | 74 | 511-SINGLE FAMILY DWELLING - UNPLATTED 0 - 9.99 ACRES, 100-AGRICULTURAL VACANT LAND, 101-CASH-GRAIN OR GENERAL FARM | |
| is_valid_s | OFTString | 2 | Y, Y, N | |
| sales_coun | OFTInteger | 38 | 5, 1, 2 | |
| sales_amou | OFTReal | 2.6k | 0.0, 0.0, 100000.0 | |
| sales_date | OFTString | 5.2k | 2021-09-20, 2015-01-20, 2013-04-17 | |
| sales_year | OFTInteger | 29 | 2021, 2015, 2013 | |
| conveyance | OFTString | 2.5k | 602E, 27, 188 | |
| appraised_ | OFTReal | 11.2k | 22070.0, 62090.0, 32770.0 | |
| appraise_1 | OFTReal | 4.0k | 44200.0, 129600.0, 0.0 | |
| appraise_2 | OFTReal | 16.6k | 66270.0, 191690.0, 32770.0 | |
| on_cauv | OFTString | 2 | NO, NO, NO | |
| cauv_land_ | OFTReal | 4.3k | 0.0, 0.0, 0.0 | |
| cauv_lan_1 | OFTReal | 2.9k | 0.0, 0.0, 0.0 | |
| taxable_la | OFTReal | 4.8k | 7720.0, 21730.0, 11470.0 | |
| taxable_im | OFTReal | 4.0k | 15470.0, 45360.0, 0.0 | |
| assessed_t | OFTReal | 10.4k | 23190.0, 67090.0, 11470.0 | |
| neighborho | OFTString | 25 | 00100-N/A, 00100-N/A, 00100-N/A | |
| objectid | OFTInteger | 28.1k | 18784, 18785, 18786 | |
| starea() | OFTReal | 27.7k | 51551.006836, 419447.997314, 658350.837952 |
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.