29 attribute fields, profiled from the January 2023 vintage.
Columns in Medina County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 32660, 32661, 32662 | |
| parcelpin | OFTString | 50.0k | 01913C18006, 01913C18010, 01913C18011 | |
| address | OFTString | 50.0k | WILLIAMS RD, 12970 WILLIAMS RD, 13000 WILLIAMS RD | |
| identifica | OFTString | 50.0k | 019-13C-18-006, 019-13C-18-010, 019-13C-18-011 | |
| owner | OFTString | 50.0k | ZACHARYASZ JEFFREY K & STEPHANIE M, ZACHARYASZ JEFFREY K & STEPHANIE, JOSEPH DONALD & CAROL | |
| city | OFTString | 70 | HOMERVILLE, HOMERVILLE, HOMER | |
| zip | OFTString | 61 | 44235, 44235, 44235 | |
| classifica | OFTString | 102 | CAUV - Timber commercial, CAUV - No Commercial, Cash-grain/general/CAUV | |
| acres | OFTString | 12.7k | 20.2915, 12.12, 12.14 | |
| market_lan | OFTString | 18.3k | 105540, 108820, 107700 | |
| market_imp | OFTString | 32.0k | 0, 303470, 266130 | |
| total_mark | OFTString | 38.8k | 105540, 412290, 373830 | |
| saledate | OFTString | 8.1k | 2007-05-04, 2007-05-30, 1997-05-29 | |
| saleamount | OFTString | 8.3k | 90000, 0, 53000 | |
| classcode | OFTString | 102 | 122, 121, 111 | |
| currentass | OFTString | 8.2k | 1600, 15590, 14280 | |
| currenta_1 | OFTString | 16.6k | 0, 106210, 93150 | |
| totalcurre | OFTString | 20.2k | 1600, 121800, 107430 | |
| certdelqye | OFTString | 41 | Not Delinquent, Not Delinquent, Not Delinquent | |
| delinquent | OFTString | 1.1k | 0, 0, 0 | |
| currentfir | OFTString | 50.0k | 38.26, 2621.16, 2120.34 | |
| currentsec | OFTString | 50.0k | 38.26, 2621.16, 2120.34 | |
| paidthisye | OFTString | 7.3k | 0, 0, 0 | |
| currentowe | OFTString | 50.0k | 76.52, 5242.32, 4240.68 | |
| totalpaidl | OFTString | 50.0k | 79.24, 4294.8, 3393.58 | |
| totalowedl | OFTString | 50.0k | 79.24, 4294.8, 3393.58 | |
| contract | OFTString | 2 | N, N, N | |
| shape__are | OFTReal | 50.0k | 143056.48828125, 84591.36328125, 84631.3671875 | |
| shape__len | OFTReal | 50.0k | 1675.09917229257, 1480.76022743685, 1481.34332888925 |
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.