35 attribute fields, profiled from the November 2022 vintage.
Columns in McLeod County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 20.1k | 010250600, 010341200, 010341700 | |
| SITUS | OFTString | 14.2k | 685 NORTH HIGH DR, 21346 190TH ST, 21384 190TH ST | |
| ADDR_NUMBE | OFTString | 5.1k | 685, 21346, 21384 | |
| STREET_PRE | OFTString | 4 | N, N, N | |
| STREET_NAM | OFTString | 525 | HIGH, 190TH, 190TH | |
| STREET_SUF | OFTString | 8 | N, W, W | |
| STREET_TYP | OFTString | 15 | Dr, St, St | |
| SITUS_CITY | OFTString | 13 | HUTCHINSON, HUTCHINSON, HUTCHINSON | |
| SITUS_ZIP | OFTString | 13 | 55350, 55350, 55350 | |
| OWNER | OFTString | 14.1k | BERNHAGEN DAVID F & BERNHAGEN JENNIFER, BARRICK TRAVIS R & BARRICK KRISTIN, HARTSUIKER RALPH & HARTSUIKER LOUISE | |
| LAND_USE_C | OFTString | 66 | 201, 201, 201 | |
| LAND_US_01 | OFTString | 3 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 16.8k | {"22": 44, "23": 272, "24": 64, "82": 405}, {"22": 289, "23": 235, "81": 179, "90": 6, "95": 82}, {"21": 64, "22": 144, "23": 65, "81": 354, "95": 94} | |
| CROP_COVER | OFTString | 13.4k | {"122": 0.47, "123": 0.21, "176": 1.31, "195": 0.35}, {"1": 0.44, "122": 0.59, "123": 0.02, "195": 0.44}, {"1": 0.44, "122": 0.18, "141": 0.83, "195": 0.04} | |
| MUNI_ID | OFTInteger64 | 23 | 663376, 663376, 663376 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 2714970, 2714970, 2714970 | |
| ACREAGE_AD | OFTReal | 15.7k | 2.56773161439288, 6.49394308192268, 2.34625908974704 | |
| ZIP_CODE | OFTString | 9 | 55350, 55350, 55350 | |
| BUILDINGS | OFTInteger64 | 26 | 2, 3, 2 | |
| MAIL_ADDRE | OFTString | 12.7k | 685 NORTH HIGH DR, 21346 190TH ST, 124 8TH ST | |
| MAIL_AD_01 | OFTString | 577 | HUTCHINSON MN 55350, HUTCHINSON MN 55350, SAN JUAN TX 78589 | |
| OWNER_OCCU | OFTString | 3 | T, T, F | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| CENSUS_TRA | OFTInteger64 | 7 | 950200, 950200, 950200 | |
| CENSUS_BLK | OFTInteger | 5 | 2, 3, 3 | |
| CENSUS_BLO | OFTInteger | 708 | 2054, 3009, 3009 | |
| AREA_METER | OFTReal | 20.1k | 10391.0469604341, 26279.5640885544, 9494.79620309596 | |
| PLACE_GNIS | OFTInteger64 | 9 | 2394460, 2394460, 2394460 | |
| ELEVATION | OFTString | 20.0k | ||
| ROBUST_ID | OFTString | 20.1k | AABpzQ8UtQc6uj8r, AABpzW5XtNiYtcu8, AABpzcOhFynRMjFs | |
| CALC_ACREA | OFTReal | 20.1k | 2.56773161439287, 6.49394308192268, 2.34625908974704 | |
| COUNTY_NAM | OFTString | 1 | McLeod, McLeod, McLeod | |
| COUNTY_FIP | OFTInteger64 | 1 | 27085, 27085, 27085 | |
| STATE_ABBR | OFTString | 1 | MN, MN, MN | |
| CTY_ROW_ID | OFTInteger64 | 20.1k | 451, 434, 428 |
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.