20 attribute fields, profiled from the May 2024 vintage.
Columns in Tuscarawas County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| pid | OFTString | 50.0k | 01-00001-000, 01-00004-000, 01-00005-000 | |
| parcel_id | OFTString | 50.0k | 01-00001-000, 01-00004-000, 01-00005-000 | |
| sur_acre | OFTReal | 11.3k | 79.43, 28.679, 78.95 | |
| parcel_num | OFTString | 50.0k | 0100001000, 0100004000, 0100005000 | |
| location_a | OFTString | 41.7k | 453 SW RAGERSVILLE RD, RAGERSVILLE RD, 103 SW RAGERSVILLE RD | |
| listed_nam | OFTString | 35.9k | ANDREAS DANIEL E & LOIS, ANDREAS REAL ESTATE LLC, ANDREAS REAL ESTATE LLC | |
| mail_addr | OFTString | 39.9k | BRUGGER CHERYL D ETAL 436 9TH STREET SW STRASBURG OH 44680, BRUGGER CHERYL D ETAL 436 9TH STREET SW STRASBURG OH 44680, BRUGGER CHERYL D ETAL 436 9TH STREET SW STRASBURG OH 44680 | |
| acres | OFTReal | 5.0k | 79.43, 28.68, 78.95 | |
| land_use | OFTString | 92 | 199-OTHER AGRICULTURAL USE "QUALIFIED FRO CURRENT USE VALUE", 510-SINGLE FAMILY DWELLING, 480-COMMERCIAL WAREHOUSES | |
| district | OFTString | 80 | 01-AUBURN TWP-GARAWAY SD, 01-AUBURN TWP-GARAWAY SD, 01-AUBURN TWP-GARAWAY SD | |
| considerat | OFTReal | 4.0k | 0.0, 0.0, 0.0 | |
| saledate | OFTString | 8.4k | 2010-03-22, 2010-12-15, 2010-12-15 | |
| deed_volum | OFTString | 883 | 1326, 1345, 1345 | |
| deed_page | OFTString | 5.7k | 2404, 2567, 2567 | |
| taxable_la | OFTReal | 4.0k | 62190.0, 16820.0, 61870.0 | |
| has_exempt | OFTString | 2 | NO, NO, NO | |
| appraised_ | OFTReal | 25.9k | 391740.0, 103160.0, 309120.0 | |
| legal_desc | OFTString | 50.0k | 4 8 11 E/2 SE 79.43A, 4 8 11 PR NE 28.679A, 4 8 11 PR NE 78.95A | |
| map_number | OFTString | 514 | 18, 18, 18 | |
| map_code | OFTString | 1.7k | 26,18,*, 26,18,*, 26,18,* |
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.