33 attribute fields, profiled from the August 2022 vintage.
Columns in Grant County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 8.9k | 60031300, 60031100, 60031200 | |
| SITUS | OFTString | 675 | 69TH ST & 54TH AVE, 69TH ST & 55TH AVE, 69TH ST & 55TH AVE | |
| ADDR_NUMBE | OFTString | 51 | 69, 69, 69 | |
| STREET_PRE | OFTString | — | ||
| STREET_NAM | OFTString | 162 | TH ST & 54TH, TH ST & 55TH, TH ST & 55TH | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | 1 | Ave, Ave, Ave | |
| SITUS_CITY | OFTString | — | ||
| SITUS_ZIP | OFTString | — | ||
| OWNER | OFTString | 1.4k | KRAFT JASON & CODY, HANSON JOHN & DAWN, CLINE HELEN | |
| LAND_USE_C | OFTString | 4 | AG, AG, AG | |
| LAND_US_01 | OFTString | 2 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 8.7k | {"21": 26, "22": 2, "23": 2, "71": 80, "81": 205, "82": 411}, {"21": 11, "71": 375, "81": 354}, {"22": 72, "71": 146, "81": 571} | |
| CROP_COVER | OFTString | 8.9k | {"36": 0.2, "37": 1.22, "121": 0.82, "176": 148.61}, {"176": 4.5}, {"23": 0.01, "31": 0.02, "121": 0.41, "122": 0.34} | |
| MUNI_ID | OFTInteger64 | 17 | 1035956, 1035956, 1035956 | |
| SCHOOL_DIS | OFTInteger64 | 6 | 3816090, 3816090, 3816090 | |
| ACREAGE | OFTReal | 8.6k | 149.1692, 150.8336, 4.5041 | |
| ACREAGE_AD | OFTReal | 4.0k | 308.015826360345, 150.848610073174, 4.5045415744329 | |
| ZIP_CODE | OFTString | 12 | 58529, 58529, 58529 | |
| LEGAL_DESC | OFTString | 7.4k | 24-134-087 NE CARSON LANDS, 24-134-087 NW CARSON LANDS, 24 Pt NWNW CARSON LANDS | |
| MAIL_ADDRE | OFTString | 408 | CARSON ND 58529-, CARSON ND 58529-, CARSON ND 58529- | |
| CENSUS_BLK | OFTInteger | 2 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 1.1k | 1097, 1098, 1098 | |
| AREA_METER | OFTReal | 9.1k | 603714.787810227, 610451.256821553, 18228.8922926345 | |
| FLD_ZONE | OFTString | 2 | {D}, {D}, {D} | |
| PLACE_GNIS | OFTInteger64 | 6 | 1035956, 1035956, 1035956 | |
| ELEVATION | OFTString | 9.1k | ||
| ROBUST_ID | OFTString | 9.1k | AACUlXt_3aiCgehD, AACUlT__8034mcvc, AACUldS27mtcYU2D | |
| CALC_ACREA | OFTReal | 9.1k | 149.183961215785, 150.848610073174, 4.50454157443291 | |
| COUNTY_NAM | OFTString | 1 | Grant, Grant, Grant | |
| COUNTY_FIP | OFTInteger64 | 1 | 38037, 38037, 38037 | |
| STATE_ABBR | OFTString | 1 | ND, ND, ND | |
| CTY_ROW_ID | OFTInteger64 | 9.1k | 7874, 5711, 5880 |
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.