58 attribute fields, profiled from the August 2022 vintage.
Columns in Cavalier County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| pid | OFTString | 13.8k | 11256903, 11256904, 11256905 | |
| parcel_id | OFTString | 15.5k | 11256903, 11256904, 11256905 | |
| parcelid | OFTString | 13.0k | 17073000, 25253000, 24110001 | |
| uniqueparc | OFTString | 13.0k | 38019-17073000, 38019-25253000, 38019-24110001 | |
| gisid | OFTString | 13.0k | 17073000, 25253000, 24110001 | |
| uniquegisi | OFTString | 13.0k | 38019-17073000, 38019-25253000, 38019-24110001 | |
| ownername | OFTString | 6.5k | DICK, MICHAEL H & BEVERLY L, JONASSON, PERCY & DONALD & BALSDON, MICHAEL, MOORE, MARGARET TRUST; MOORE, VIRGINIA G. TRUSTEE | |
| ownermaili | OFTString | 2.9k | 8816 86TH ST NE, 523 OAKLAND AVE, C/O VIRGINIA MOORE, PO BOX 1928 | |
| ownercity | OFTString | 634 | MUNICH, MILTON, EASTSOUND | |
| ownerstate | OFTString | 47 | ND, ND, WA | |
| ownercount | OFTString | 4 | BELGIUM, KUWAIT, ISRAEL | |
| ownerzip | OFTString | 707 | 58352, 58260, 98245 | |
| ownerzip4 | OFTString | 484 | 6003, 9752, 9516 | |
| owner2name | OFTString | — | ||
| owner2mail | OFTString | — | ||
| owner2city | OFTString | — | ||
| owner2stat | OFTString | — | ||
| owner2coun | OFTString | — | ||
| owner2zip | OFTString | — | ||
| owner2zip4 | OFTString | — | ||
| propertyad | OFTString | 811 | 920 4TH ST, 1306 5TH ST, 105 11TH AVE | |
| propertyci | OFTString | 6 | LANGDON, LANGDON, LANGDON | |
| propertyzi | OFTString | 5 | 58249, 58249, 58249 | |
| property_1 | OFTString | — | ||
| legaldescr | OFTString | 6.6k | SW4, N2N2SE4, NE4SW4 (LESS 37.6 ACRES ENROLLED IN NWL PARCEL 25072011) | |
| deededacre | OFTString | 2.5k | 160, 16.35, 40 | |
| primarypar | OFTString | 2 | Agricultural, Agricultural, Agricultural | |
| numberstru | OFTString | — | ||
| agricultur | OFTString | 1.9k | 160900, 21400, 42800 | |
| residentia | OFTString | 292 | 0, 0, 0 | |
| resident_1 | OFTString | 1.0k | 0, 9500, 0 | |
| commercial | OFTString | 245 | 0, 0, 0 | |
| commerci_1 | OFTString | 364 | 0, 0, 0 | |
| exemptland | OFTString | — | ||
| exemptstru | OFTString | — | ||
| totalvalue | OFTString | 2.1k | 160900, 30900, 42800 | |
| propertyre | OFTString | — | ||
| taxingdist | OFTString | — | ||
| schooldist | OFTString | — | ||
| firedistri | OFTString | — | ||
| ambulanced | OFTString | — | ||
| waterdistr | OFTString | — | ||
| parkdistri | OFTString | — | ||
| ppid | OFTString | 13.3k | 17073000, 25253000, 24110001 | |
| pcounty | OFTString | 1 | Cavalier, Cavalier, Cavalier | |
| pfips | OFTString | 1 | 38019, 38019, 38019 | |
| lot | OFTString | — | ||
| block | OFTString | — | ||
| subdivisio | OFTString | — | ||
| section | OFTString | 36 | 14, 36, 26 | |
| township | OFTString | 9 | 160, 159, 162 | |
| range | OFTString | 11 | 063, 057, 062 | |
| sectionnum | OFTInteger | 36 | 14, 36, 26 | |
| townshipnu | OFTInteger | 9 | 160, 159, 162 | |
| rangenumbe | OFTInteger | 11 | 63, 57, 62 | |
| townshipna | OFTString | 52 | 17 - HENDERSON TWP, 25 - MONTROSE TWP, 24 - MINTO TWP | |
| calculated | OFTReal | 13.9k | 160.663855, 16.552497, 39.969772 | |
| 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.