Free Parcel Data

North Dakota Nelson County

Field dictionary

GEOID38063
Aged

32 attribute fields, profiled from the August 2022 vintage.

Columns in Nelson County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 5.6k 29180200001000, 29070300001000, 29180300001000
SITUS OFTString 2% 48 4851 NE 16TH AVE, RURAL, RURAL
ADDR_NUMBE OFTString 1% 44 4851, 4288, 4300
STREET_PRE OFTString 0% 1 NE, NE, NE
STREET_NAM OFTString 2% 26 16TH, RURAL, RURAL
STREET_SUF OFTString 1% 2 NE, NE, NE
STREET_TYP OFTString 1% 4 Ave, Ave, Ave
SITUS_CITY OFTString 0%
SITUS_ZIP OFTString 0%
OWNER OFTString 22% 725 LARSON D & V FAMILY FARM LTD, LEBACKEN CARROL, OSOWSKI LARRY & CONNIE
LAND_COVER OFTString 100% 5.6k {"23": 90, "24": 49, "82": 19, "95": 89}, {"23": 9, "24": 35}, {"22": 229, "23": 10, "24": 7}
CROP_COVER OFTString 100% 5.6k {"121": 0.0, "122": 0.0}, {"121": 0.24, "122": 0.02}, {"23": 0.02, "121": 0.05, "122": 0.01, "195": 0.0}
MUNI_ID OFTInteger64 100% 34 1036567, 1036567, 1036567
SCHOOL_DIS OFTInteger64 100% 6 3800040, 3800040, 3810860
ACREAGE_AD OFTReal 100% 5.4k 0.289139355790686, 0.00308059813299437, 0.257860628431078
MKT_VAL_TO OFTReal 100% 5.0k 48800.0, 99600.0, 128700.0
ZIP_CODE OFTString 100% 11 58266, 58266, 58266
LEGAL_DESC OFTString 100% 5.5k NW1/4EX1.64A RD,18-151-56, SW1/4EX1.64A RD 7-151-56, SW1/4 18-151-56
MAIL_ADDRE OFTString 98% 576 NIAGARA ND 58266, NIAGARA ND 58266, NIAGARA ND 58266
CENSUS_BLK OFTInteger 100% 4 3, 3, 3
CENSUS_BLO OFTInteger 100% 950 3169, 3168, 3179
AREA_METER OFTReal 100% 5.6k 1170.08358945686, 12.4665053336343, 1043.50543657107
FLD_ZONE OFTString 97% 10 {D}, {D}, {D}
ZONE_SUBTY OFTString 97% 5 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 2% 9 1035911, 1035911, 1035911
ELEVATION OFTString 99% 5.6k {"max": 459.5, "min": 459.5, "mean": 459.5}
ROBUST_ID OFTString 100% 5.6k AACUrx3kbgIEfrJK, AACUr4iB-MQz1rHe, AACUr4NZELKxQxZK
CALC_ACREA OFTReal 100% 5.6k 0.289139355790685, 0.00308059813299437, 0.257860628431077
COUNTY_NAM OFTString 100% 1 Nelson, Nelson, Nelson
COUNTY_FIP OFTInteger64 100% 1 38063, 38063, 38063
STATE_ABBR OFTString 100% 1 ND, ND, ND
CTY_ROW_ID OFTInteger64 100% 5.6k 212, 188, 187

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.