25 attribute fields, profiled from the April 2024 vintage.
Columns in Seneca County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OBJECTID | OFTReal | 46.3k | 16127.0, 18571.0, 26338.0 | |
| Parcel | OFTString | 34.5k | M44000724960000, O50000815960000, Q53041338360000 | |
| PPLandValu | OFTReal | 11.3k | 1500.0, 8930.0, 14050.0 | |
| PPImprValu | OFTReal | 15.0k | 0.0, 0.0, 400.0 | |
| PPTotalVal | OFTReal | 20.8k | 1500.0, 8930.0, 14450.0 | |
| PPHasCAUV | OFTReal | 2 | 0.0, 0.0, 0.0 | |
| TaxPayerNa | OFTString | 20.8k | CONLEY DONALD P, MASSART ERNEST, SWARTZ TIMOTHY D | |
| TaxPayerSt | OFTString | 19.8k | 6400 S STATE RT 587, 610 EAST TIFFIN ST, 350 S WASHINGTON ST | |
| TaxPayerCi | OFTString | 3.5k | NEW RIEGEL OH 44853, ATTICA OH 44807, TIFFIN OH 44883 | |
| PPAddress | OFTString | 24.1k | 0 S SR 587, 0 E TIFFIN ST, 352 S WASHINGTON ST | |
| PPClassNum | OFTReal | 98 | 500.0, 500.0, 599.0 | |
| PPClassCod | OFTString | 7 | R, R, R | |
| PPGrade | OFTString | 116 | C0, C+, C+ | |
| PPConditio | OFTString | 49 | GD, VG, VG | |
| PPLivingAr | OFTReal | 2.6k | 2395.0, 2529.0, 1492.0 | |
| PPYearBuil | OFTReal | 205 | 1968.0, 1913.0, 1960.0 | |
| PPAmount | OFTReal | 702 | 121500.0, 225000.0, 80000.0 | |
| PPSaleDate | OFTString | 586 | 2021/11/29 19:00:00.000, 2021/10/13 20:00:00.000, 2022/11/07 19:00:00.000 | |
| PPOwner | OFTString | — | ||
| PPOwnerAdd | OFTString | — | ||
| PPOwnerA_1 | OFTString | — | ||
| PPOwnerA_2 | OFTString | — | ||
| PPAcres | OFTReal | 8.6k | 0.25, 0.435, 0.0 | |
| Shape__Are | OFTReal | 44.8k | 0.00390625, 0.078125, 0.16015625 | |
| Shape__Len | OFTReal | 46.2k | 1.07491364509674, 1.6755305340193, 1.83332854634055 |
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.