20 attribute fields, profiled from the January 2023 vintage.
Columns in Miami County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 6, 7, 8 | |
| parcel | OFTString | 50.0k | A01-000750, A01-000800, A01-000900 | |
| parcelid | OFTString | 50.0k | A01000750, A01000800, A01000900 | |
| address | OFTString | 45.6k | S SULLIVAN RD, 9195 SULLIVAN RD S, 9365 SULLIVAN RD S | |
| deededowne | OFTString | 40.3k | REHBERG LAW GROUP LLC (TR) & REHBERG LAW GROUP LLC (TR), BURNS DENNIS EDWIN SR, CAUDELL DAVID A & MARSHA M (TOD) | |
| macres | OFTReal | 9.0k | 44.411, 2.177, 1.0 | |
| mclassific | OFTInteger | 116 | 104, 511, 511 | |
| taxpname | OFTString | 39.2k | REHBERG LAW GROUP LLC (TR), BURNS DENNIS EDWIN SR, CAUDELL DAVID A (TOD) | |
| mtaxsetcod | OFTString | 52 | A01, A01, A01 | |
| mkt_tot_to | OFTReal | 7.1k | 234400.0, 159600.0, 205200.0 | |
| saleamount | OFTReal | 5.4k | 0.0, 0.0, 0.0 | |
| saledate | OFTString | 7.9k | 2021-04-07, 2020-01-24, 2021-10-18 | |
| yearbuilt | OFTReal | 204 | 1950.0, 1938.0, 1993.0 | |
| bedroomcou | OFTReal | 13 | 2.0, 3.0, 2.0 | |
| fullbathco | OFTReal | 9 | 1.0, 2.0, 1.0 | |
| finishedli | OFTReal | 3.5k | 1044.0, 2012.0, 1120.0 | |
| starea() | OFTReal | 50.0k | 1930999.45831299, 97223.6859130859, 43559.9462280273 | |
| stlength() | OFTReal | 50.0k | 6944.15541829064, 1316.28564485413, 835.599482565689 | |
| schooldist | OFTInteger | 12 | 5501, 5501, 5501 | |
| schooldi_1 | OFTString | 12 | Bethel LSD, Bethel LSD, Bethel LSD |
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.