58 attribute fields, profiled from the August 2022 vintage.
Columns in Hettinger County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| pid | OFTString | 5.2k | 15323326, 15323327, 15323329 | |
| parcel_id | OFTString | 7.0k | 15323326, 15323327, 15323329 | |
| parcelid | OFTString | 5.2k | 22000003567000, 20000003162000, 32000005183000 | |
| uniqueparc | OFTString | 5.2k | 38041-22000003567000, 38041-20000003162000, 38041-32000005183000 | |
| gisid | OFTString | 5.2k | 22000003567000, 20000003162000, 32000005183000 | |
| uniquegisi | OFTString | 5.2k | 38041-22000003567000, 38041-20000003162000, 38041-32000005183000 | |
| ownername | OFTString | 1.5k | JALBERT, PEGGY, PLAGGEMEYER, RENEE L TRUSTEE, KILZER, DIXIE | |
| ownermaili | OFTString | 1.2k | 11996 75TH ST SW, PO BOX 12, 315 IOWA AVE | |
| ownercity | OFTString | 266 | REEDER, NEW ENGLAND, MOTT | |
| ownerstate | OFTString | 42 | ND, ND, ND | |
| ownercount | OFTString | 1 | USA, USA, USA | |
| ownerzip | OFTString | 314 | 58649, 58647, 58646 | |
| ownerzip4 | OFTString | 151 | 9618, 5634, 9711 | |
| owner2name | OFTString | 304 | PAT FRIEDT LE, BRADLEY, ROBERTA J., WIEBE, WANDA | |
| owner2mail | OFTString | 204 | 855 TOWNE CIRCLE, 7796 PEONY LANE NORTH, 7065 103 AV SW | |
| owner2city | OFTString | 99 | STILLWATER, MAPLE GROVE, REGENT | |
| owner2stat | OFTString | 26 | MN, MN, ND | |
| owner2coun | OFTString | 1 | USA, USA, USA | |
| owner2zip | OFTString | 103 | 55082, 55311, 58650 | |
| owner2zip4 | OFTString | 8 | 8066, 9782, 0247 | |
| propertyad | OFTString | — | ||
| propertyci | OFTString | — | ||
| propertyzi | OFTString | — | ||
| property_1 | OFTString | — | ||
| legaldescr | OFTString | 5.2k | SW4 21-133-97, SE4 1 134-96, NE4 17 132-94 | |
| deededacre | OFTString | 1.5k | 160, 160, 160 | |
| primarypar | OFTString | 3 | Agricultural, Agricultural, Agricultural | |
| numberstru | OFTString | 3 | 0, 0, 0 | |
| agricultur | OFTString | 4.9k | 85866, 67299, 83645 | |
| residentia | OFTString | 86 | 0, 0, 0 | |
| resident_1 | OFTString | 174 | 0, 0, 0 | |
| commercial | OFTString | 51 | 0, 0, 0 | |
| commerci_1 | OFTString | 42 | 0, 0, 0 | |
| exemptland | OFTString | 1 | 0, 0, 0 | |
| exemptstru | OFTString | 1 | 0, 0, 0 | |
| totalvalue | OFTString | 5.0k | 85866, 67299, 83645 | |
| propertyre | OFTString | — | ||
| taxingdist | OFTString | 42 | 2209-03, 2001-02, 3201-01 | |
| schooldist | OFTString | — | ||
| firedistri | OFTString | — | ||
| ambulanced | OFTString | — | ||
| waterdistr | OFTString | — | ||
| parkdistri | OFTString | — | ||
| ppid | OFTString | 5.2k | 22000003567000, 20000003162000, 32000005183000 | |
| pcounty | OFTString | 1 | Hettinger, Hettinger, Hettinger | |
| pfips | OFTString | 1 | 38041, 38041, 38041 | |
| lot | OFTString | 25 | 1-2-3, 3-4-5, 5-6-7 | |
| block | OFTString | — | ||
| subdivisio | OFTString | 1 | MEADOW LANE SECOND ADDITION | |
| section | OFTString | 36 | 21, 01, 17 | |
| township | OFTString | 5 | 133, 134, 132 | |
| range | OFTString | 8 | 097, 096, 094 | |
| sectionnum | OFTInteger | 36 | 21, 1, 17 | |
| townshipnu | OFTInteger | 5 | 133, 134, 132 | |
| rangenumbe | OFTInteger | 8 | 97, 96, 94 | |
| townshipna | OFTString | 32 | Kennedy, Teepe Butte, Ashby | |
| calculated | OFTReal | 7.0k | 162.288519, 161.369531, 161.294683 | |
| ownership | OFTString | — |
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.