58 attribute fields, profiled from the August 2022 vintage.
Columns in Slope County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| pid | OFTString | 3.0k | 15496716, 15496717, 15496718 | |
| parcel_id | OFTString | 3.1k | 15496716, 15496717, 15496718 | |
| parcelid | OFTString | 3.0k | 36-3640509, 60-1510000, 30-2705000 | |
| uniqueparc | OFTString | 3.0k | 38087-36-3640509, 38087-60-1510000, 38087-30-2705000 | |
| gisid | OFTString | 3.0k | 36-3640509, 60-1510000, 30-2705000 | |
| uniquegisi | OFTString | 3.0k | 38087-36-3640509, 38087-60-1510000, 38087-30-2705000 | |
| ownername | OFTString | 646 | Elledge Melinda, Beck Family Living Trust, Voss Surface Trust | |
| ownermaili | OFTString | 597 | 9120 64th St N, 29109 DOBBIN HUFFSMITH RD, 5325 Triton Drive | |
| ownercity | OFTString | 188 | Stillwater, MAGNOLIA, Golden Valley | |
| ownerstate | OFTString | 36 | MN, TX, MN | |
| ownercount | OFTString | 1 | USA, USA, USA | |
| ownerzip | OFTString | 176 | 55082, 77354, 55422 | |
| ownerzip4 | OFTString | 95 | 9110, 6476, 9766 | |
| owner2name | OFTString | 991 | ELLEDGE MELINDA ET AL, BECK FAMILY LIVING TRUST, GRACE VOSS TRUST | |
| owner2mail | OFTString | 34 | 204 6th St NW, 7204 131 Ave SW, 901 HIGH MOUNTIAN DRIVE | |
| owner2city | OFTString | 22 | Bowman, Scranton, BERTHOUD | |
| owner2stat | OFTString | 6 | ND, ND, CO | |
| owner2coun | OFTString | 2 | USA, USA, USA | |
| owner2zip | OFTString | 18 | 58623, 58653, 80513 | |
| owner2zip4 | OFTString | 3 | 4801, 3367, 3367 | |
| propertyad | OFTString | 1 | 13909 61st ST SW, 13909 61st ST SW | |
| propertyci | OFTString | 1 | Amidon, Amidon | |
| propertyzi | OFTString | 1 | 58620, 58620 | |
| property_1 | OFTString | 1 | 9653, 9653 | |
| legaldescr | OFTString | 3.0k | SECTION 36 133-106 LOTS 3,4 & RIVER ACRES, SECTION 15 136-100 NE1/4, SECTION 27 133-100 E1/2 | |
| deededacre | OFTString | 898 | 82.59, 160, 320 | |
| primarypar | OFTString | 3 | Agricultural, Agricultural, Agricultural | |
| numberstru | OFTString | 3 | 0, 0, 0 | |
| agricultur | OFTString | 3.0k | 17281, 66355, 142498 | |
| residentia | OFTString | 10 | 0, 0, 0 | |
| resident_1 | OFTString | 51 | 0, 0, 0 | |
| commercial | OFTString | 15 | 0, 0, 0 | |
| commerci_1 | OFTString | 5 | 0, 0, 0 | |
| exemptland | OFTString | 1 | 0, 0, 0 | |
| exemptstru | OFTString | 1 | 0, 0, 0 | |
| totalvalue | OFTString | 3.0k | 17281, 66355, 142498 | |
| propertyre | OFTString | — | ||
| taxingdist | OFTString | 64 | 36, 60, 30-2 | |
| schooldist | OFTString | — | ||
| firedistri | OFTString | — | ||
| ambulanced | OFTString | — | ||
| waterdistr | OFTString | — | ||
| parkdistri | OFTString | — | ||
| ppid | OFTString | 3.1k | 36-3640509, 60-1510000, 30-2705000 | |
| pcounty | OFTString | 1 | Slope, Slope, Slope | |
| pfips | OFTString | 1 | 38087, 38087, 38087 | |
| lot | OFTString | — | ||
| block | OFTString | — | ||
| subdivisio | OFTString | — | ||
| section | OFTString | 36 | 36, 15, 27 | |
| township | OFTString | 7 | 133, 136, 133 | |
| range | OFTString | 13 | 106, 100, 100 | |
| sectionnum | OFTInteger | 36 | 36, 15, 27 | |
| townshipnu | OFTInteger | 7 | 133, 136, 133 | |
| rangenumbe | OFTInteger | 13 | 106, 100, 100 | |
| townshipna | OFTString | 34 | Bucklin Township, Peaceful Valley Township, Mineral Springs Township | |
| calculated | OFTReal | 3.1k | 82.687553, 160.195513, 319.884873 | |
| ownership | OFTString | 2 | Private, Private, Private |
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.