7 attribute fields, profiled from the April 2022 vintage.
Columns in Isanti County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 23.2k | 010010100, 010010201, 010010202 | |
| pid | OFTString | 20.5k | 010010202, 010010301, 010010400 | |
| owner | OFTString | 16.3k | ANNA BENNER, THOMAS PANKAN, PETER BRESCANCINI | |
| mail_addr | OFTString | 15.9k | 26999 TUCKER TRL NE ISANTI MN 55040, 4923 269TH AVE NE ISANTI MN 55040, 27095 TUCKER TR ISANTI MN 55040 | |
| situs | OFTString | 16.5k | 26999 TUCKER TRL NE ISANTI, 27095 TUCKER TRL NE ISANTI, 27331 TUCKER TRL NE ISANTI | |
| use_code | OFTString | 31 | 1A-Residential Homestead, 2AREM-Agricultural Homestead - Remainder, 1A-Residential Homestead | |
| key | OFTString | 23.2k | 010010100, 010010201, 010010202 |
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.