58 attribute fields, profiled from the August 2022 vintage.
Columns in Stutsman County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| pid | OFTString | 15.8k | 15424471, 15424472, 15424476 | |
| parcel_id | OFTString | 19.5k | 15424471, 15424472, 15424476 | |
| parcelid | OFTString | 15.8k | 701700100, 103440000, 601431010 | |
| uniqueparc | OFTString | 15.8k | 38093-701700100, 38093-103440000, 38093-601431010 | |
| gisid | OFTString | 15.8k | 701700100, 103440000, 601431010 | |
| uniquegisi | OFTString | 15.8k | 38093-701700100, 38093-103440000, 38093-601431010 | |
| ownername | OFTString | 4.8k | MITCHELL ANDREA J, OLSON DONALD E & MARIE E, STUTSMAN COUNTY | |
| ownermaili | OFTString | 3.9k | 5350 HWY 21, 404 3RD ST, STE 102 | |
| ownercity | OFTString | 626 | CARSON, MONTPELIER, JAMESTOWN | |
| ownerstate | OFTString | 46 | ND, ND, ND | |
| ownercount | OFTString | 2 | USA, USA, USA | |
| ownerzip | OFTString | 719 | 58529, 58472, 58401 | |
| ownerzip4 | OFTString | 363 | 9310, 9755, 8315 | |
| owner2name | OFTString | 1.6k | MITCHELL KEITH R, LARSON DWIGHT E, BEAR DONALD M | |
| owner2mail | OFTString | 1.4k | 330 14TH AVE NE, 8735 38TH ST SE, 8425 30TH ST SE | |
| owner2city | OFTString | 419 | JAMESTOWN, JAMESTOWN, JAMESTOWN | |
| owner2stat | OFTString | 42 | ND, ND, ND | |
| owner2coun | OFTString | 2 | USA, USA, USA | |
| owner2zip | OFTString | 465 | 58401, 58401, 58401 | |
| owner2zip4 | OFTString | 121 | 9737, 9740, 4542 | |
| propertyad | OFTString | 3.8k | 5280 63RD AVE SE, 8338 41ST ST SE, 8974 19TH ST SE | |
| propertyci | OFTString | 26 | COURTENAY, JAMESTOWN, JAMESTOWN | |
| propertyzi | OFTString | 19 | 58442, 58401, 58426 | |
| property_1 | OFTString | 1 | 0000, 0000, 0000 | |
| legaldescr | OFTString | 15.8k | STRONG & NICHOL'S, BLOCK 2, Lot 1 - 6, S34, T138, R63, ACRES 160, SE1/4, S16, T139, R63, ACRES 160, SE1/4 | |
| deededacre | OFTString | 3.2k | 0, 160, 0 | |
| primarypar | OFTString | 3 | Commercial, Agricultural, Agricultural | |
| numberstru | OFTString | 3 | 1, 0, 1 | |
| agricultur | OFTString | 1.4k | 0, 190654, 0 | |
| residentia | OFTString | 213 | 0, 0, 0 | |
| resident_1 | OFTString | 1.8k | 0, 0, 0 | |
| commercial | OFTString | 186 | 300, 0, 0 | |
| commerci_1 | OFTString | 306 | 0, 0, 0 | |
| exemptland | OFTString | 1 | 0, 0, 0 | |
| exemptstru | OFTString | 1 | 0, 0, 0 | |
| totalvalue | OFTString | 3.7k | 300, 190654, 0 | |
| propertyre | OFTString | — | ||
| taxingdist | OFTString | 140 | 70007-30, 10014-40, 60003-A1 | |
| schooldist | OFTString | — | ||
| firedistri | OFTString | — | ||
| ambulanced | OFTString | — | ||
| waterdistr | OFTString | — | ||
| parkdistri | OFTString | — | ||
| ppid | OFTString | 15.8k | 701700100, 103440000, 601431010 | |
| pcounty | OFTString | 1 | Stutsman, Stutsman, Stutsman | |
| pfips | OFTString | 1 | 38093, 38093, 38093 | |
| lot | OFTString | 70 | 1, 12, 10 | |
| block | OFTString | 41 | 2, 21, B | |
| subdivisio | OFTString | 262 | STRONG & NICHOL'S, GOLDEN ACRES SUBDIVISION, ORIGINAL (CITY OF CLEVELAND) | |
| section | OFTString | 36 | 05, 34, 14 | |
| township | OFTString | 8 | 143, 138, 140 | |
| range | OFTString | 8 | 062, 063, 067 | |
| sectionnum | OFTInteger | 36 | 5, 34, 14 | |
| townshipnu | OFTInteger | 8 | 143, 138, 140 | |
| rangenumbe | OFTInteger | 8 | 62, 63, 67 | |
| townshipna | OFTString | 64 | CORWIN TWP, WELD TWP, HOMER TWP | |
| calculated | OFTReal | 18.6k | 0.971178, 159.598487, 3.886969 | |
| ownership | OFTString | 1 | Railroad |
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.