42 attribute fields, profiled from the August 2022 vintage.
Columns in Moody County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 5.3k | 105.47.04.100, 105.47.03.100, 105.47.05.300 | |
| SITUS | OFTString | 2.7k | 48649 238 ST, 48779 238 ST, 48550 239 ST | |
| ADDR_NUMBE | OFTString | 1.3k | 48649, 48779, 48550 | |
| STREET_PRE | OFTString | 13 | AVE, AVE, AVE | |
| STREET_NAM | OFTString | 172 | 238, 238, 239 | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | 6 | St, St, St | |
| SITUS_CITY | OFTString | 13 | PIPESTONE, PIPESTONE, FLANDREAU | |
| SITUS_ZIP | OFTString | 13 | 56164, 56164, 57028 | |
| OWNER | OFTString | 3.1k | PARSLEY DENIS & SUSAN TRUST, JAYCOX DOUG & DEAN, DAHLMEIER DARYL TRUST | |
| LAND_USE_C | OFTString | 30 | NAC, AGA, AGA | |
| LAND_US_01 | OFTString | 2 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 5.5k | {"21": 144, "22": 32, "71": 176, "81": 360, "82": 436}, {"21": 33, "23": 1, "41": 4, "82": 1085}, {"21": 128, "22": 72, "23": 64, "41": 112, "82": 614} | |
| CROP_COVER | OFTString | 5.0k | {"1": 145.07, "5": 86.7, "36": 0.21, "121": 7.24}, {"1": 66.94, "5": 10.51, "121": 2.36, "176": 0.21}, {"1": 0.0, "121": 0.0} | |
| MUNI_ID | OFTInteger64 | 21 | 1267737, 1267737, 1267737 | |
| SCHOOL_DIS | OFTInteger64 | 8 | 4624390, 4624390, 4624390 | |
| ACREAGE | OFTReal | 1.4k | 0.0, 335.88, 240.0 | |
| ACREAGE_AD | OFTReal | 4.2k | 396.099530314367, 417.42135153741, 239.222331487583 | |
| ZIP_CODE | OFTString | 11 | 56164, 56164, 57028 | |
| LEGAL_DESC | OFTString | 5.2k | DAHLMEIER'S TRACT IN N-1/2 SEC. 4-105-47 (15.19 ACRES), GOV'T LOTS 3-4-5 & NW-1/4 & E-1/2SW-1/4 SEC. 3-105-47, SW-1/4 & N-1/2SE-1/4 SEC. 5-105-47 | |
| PLSS_SECTI | OFTString | 36 | 04, 03, 05 | |
| PLSS_TOWNS | OFTString | 6 | 105N, 105N, 105N | |
| PLSS_RANGE | OFTString | 5 | 47W, 47W, 47W | |
| MAIL_ADDRE | OFTString | 2.7k | 23858 486TH AVENUE, 23861 487TH AVENUE, 6387 W. PONTIAC DRIVE | |
| MAIL_AD_01 | OFTString | 349 | PIPESTONE, MN 56164, PIPESTONE, MN 56164, GLENDALE, AZ 85308 | |
| MAIL_NAME | OFTString | 236 | % SUSAN PETERSEN, FAMILY LTD PARTNERSHIP, %FIRST BANK & TRUST | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| CENSUS_TRA | OFTInteger64 | 2 | 959600, 959600, 959600 | |
| CENSUS_BLK | OFTInteger | 3 | 3, 3, 3 | |
| CENSUS_BLO | OFTInteger | 683 | 3094, 3178, 3093 | |
| AREA_METER | OFTReal | 5.8k | 61742.382633608, 1364774.24162803, 968080.334618523 | |
| FLD_ZONE | OFTString | 12 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 10 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 5 | 1267603, 1267603, 1267603 | |
| ELEVATION | OFTString | 5.8k | ||
| ROBUST_ID | OFTString | 5.8k | AAC0FUFfnFXCAd75, AAC0FRyJyYwCYtEN, AAC0Ferh0q77-jrr | |
| CALC_ACREA | OFTReal | 5.8k | 15.2571601725909, 337.249362848703, 239.222331487583 | |
| COUNTY_NAM | OFTString | 1 | Moody, Moody, Moody | |
| COUNTY_FIP | OFTInteger64 | 1 | 46101, 46101, 46101 | |
| STATE_ABBR | OFTString | 1 | SD, SD, SD | |
| CTY_ROW_ID | OFTInteger64 | 5.8k | 1250, 991, 973 |
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.