Free Parcel Data

Minnesota Murray County

Field dictionary

GEOID27101
Aged

40 attribute fields, profiled from the November 2022 vintage.

Columns in Murray County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 9.9k 21-100-0080, 21-100-0090, 21-100-0100
SITUS OFTString 51% 5.1k 201 1ST ST NE, 213 1ST ST NE, 248 1ST ST NE
ADDR_NUMBE OFTString 51% 2.0k 201, 213, 248
STREET_PRE OFTString 1% 4 S, S, S
STREET_NAM OFTString 51% 349 1ST, 1ST, 1ST
STREET_SUF OFTString 8% 8 NE, NE, NE
STREET_TYP OFTString 50% 10 St, St, St
SITUS_CITY OFTString 39% 13 AVOCA, AVOCA, AVOCA
SITUS_ZIP OFTString 39% 13 56114, 56114, 56114
OWNER OFTString 100% 5.9k BURGER SCOTT, BURGER SCOTT, DUNCAN LARRY G & DUNCAN SHARON D
LAND_COVER OFTString 100% 9.1k {"21": 193, "22": 147}, {"21": 311, "22": 7}, {"21": 218, "22": 133, "23": 64}
CROP_COVER OFTString 100% 8.6k {"121": 0.14, "122": 0.11}, {"121": 0.5, "122": 0.0}, {"121": 1.04, "122": 0.21}
MUNI_ID OFTInteger64 100% 29 2394041, 2394041, 2394041
SCHOOL_DIS OFTInteger64 100% 7 2700090, 2700090, 2700090
ACREAGE OFTReal 100% 2.9k 0.0, 0.0, 0.0
ACREAGE_AD OFTReal 100% 7.4k 0.749783756447663, 0.749783756447663, 3.08079463299224
MKT_VAL_LA OFTReal 100% 4.5k 700.0, 1300.0, 3300.0
MKT_VAL_BL OFTReal 100% 2.2k 39700.0, 2800.0, 116600.0
MKT_VAL_TO OFTReal 100% 5.5k 40400.0, 4100.0, 119900.0
ZIP_CODE OFTString 100% 16 56114, 56114, 56114
BUILDINGS OFTInteger64 100% 23 1, 1, 2
LEGAL_DESC OFTString 99% 6.7k LOT 6 BLOCK 3, LOTS 7 & 8 BLOCK 3, LOTS 1-5 BLOCK 4
MAIL_ADDRE OFTString 97% 4.6k 213 1ST ST NE, 213 1ST ST NE, 112 3RD ST SW
MAIL_AD_01 OFTString 7% 213 PO BOX 244, PO BOX 41, PO BOX 15511
MAIL_AD_02 OFTString 98% 2.3k AVOCA MN 56114, AVOCA MN 56114, AVOCA MN 56114-1006
MAIL_NAME OFTString 98% 5.5k BURGER/SCOTT, BURGER/SCOTT, DUNCAN/LARRY G & SHARON D
OWNER_OCCU OFTString 100% 3 F, T, F
USPS_RESID OFTString 100% 3 ?, ?, T
CENSUS_TRA OFTInteger64 100% 3 900300, 900300, 900300
CENSUS_BLK OFTInteger 100% 3 1, 1, 1
CENSUS_BLO OFTInteger 100% 633 1169, 1169, 1179
AREA_METER OFTReal 100% 10.0k 1011.39827893634, 2022.81222022461, 5057.01906106525
PLACE_GNIS OFTInteger64 50% 11 2394041, 2394041, 2394041
ELEVATION OFTString 100% 9.9k
ROBUST_ID OFTString 100% 10.0k AABp3cUBw4e9-87A, AABp3XA9opIagu3A, AABp3ZDmoTcnPxar
CALC_ACREA OFTReal 100% 10.0k 0.249926628707959, 0.499857127739703, 1.24963998017983
COUNTY_NAM OFTString 100% 1 Murray, Murray, Murray
COUNTY_FIP OFTInteger64 100% 1 27101, 27101, 27101
STATE_ABBR OFTString 100% 1 MN, MN, MN
CTY_ROW_ID OFTInteger64 100% 10.0k 27, 28, 29

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.