41 attribute fields, profiled from the August 2022 vintage.
Columns in Haakon County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 9.9k | 2830, 6026, 5497 | |
| SITUS | OFTString | 2.0k | 22584 N US HWY 14, 23768 SD HIGHWAY 34, 22201 SD HWY 34 | |
| ADDR_NUMBE | OFTString | 92 | 22584, 23768, 22201 | |
| STREET_PRE | OFTString | 10 | N US HWY, SD HIGHWAY, SD HWY | |
| STREET_NAM | OFTString | 322 | 14, 34, 34 | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | 2 | Expy, Ave | |
| SITUS_CITY | OFTString | — | ||
| SITUS_ZIP | OFTString | — | ||
| ADDR_SEC_U | OFTString | 19 | 21-8-, 18-8-, 14-7- | |
| OWNER | OFTString | 1.4k | JONES JERRY, DOUD RANCH LLC, RADWAY R MARK & JUDITH | |
| LAND_USE_C | OFTString | 137 | 1; AG-A; AG-A1; NA-A1-S;, 1; AG-A; AG-A1;, 1; AG-A; AG-A1; NA-A1-S; | |
| LAND_US_01 | OFTString | 4 | Commercial, Commercial, Commercial | |
| LAND_COVER | OFTString | 8.9k | {"11": 40, "21": 44, "22": 15, "71": 644, "90": 32}, {"21": 12, "22": 4, "52": 24, "71": 717, "95": 6}, {"11": 2, "21": 4, "22": 3, "23": 1, "71": 773} | |
| CROP_COVER | OFTString | 9.8k | {"4": 0.1, "24": 0.2, "36": 0.2, "61": 0.91, "176": 8.54}, {"176": 0.19}, {"1": 0.33, "4": 0.67, "6": 0.22, "121": 5.25, "176": 4.11} | |
| MUNI_ID | OFTInteger64 | 4 | 1267367, 1267367, 1267367 | |
| SCHOOL_DIS | OFTInteger64 | 5 | 4680437, 4630490, 4630490 | |
| ACREAGE | OFTReal | 2.2k | 40.0, 160.0, 155.99 | |
| ACREAGE_AD | OFTReal | 2.5k | 40.136373806176, 5740.36975668481, 2299.79255384663 | |
| ZIP_CODE | OFTString | 9 | 57552, 57552, 57567 | |
| LEGAL_DESC | OFTString | 9.9k | SE4SE4 17-2-25, NW4 21-5-23, NW4 EX 4.01 HWY 13-5-20 | |
| PLSS_SECTI | OFTString | 36 | 17, 21, 13 | |
| PLSS_TOWNS | OFTString | 9 | 2N, 5N, 5N | |
| PLSS_RANGE | OFTString | 9 | 25E, 23E, 20E | |
| MAIL_ADDRE | OFTString | 905 | 22584 US HWY 14, 23766 SD HWY 34, 20710 222 AVE | |
| MAIL_AD_01 | OFTString | 3 | 2806 COLBY AVE, 2806 COLBY AVE, 2806 COLBY AVE | |
| MAIL_AD_02 | OFTString | 325 | MIDLAND SD 57552-0000, MIDLAND SD 57552-0000, PHILIP SD 57567-0000 | |
| OWNER_OCCU | OFTString | 3 | T, F, F | |
| CENSUS_BLK | OFTInteger | 2 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 405 | 2205, 2139, 2090 | |
| AREA_METER | OFTReal | 10.4k | 162423.106333924, 648560.007591178, 648302.047739206 | |
| FLD_ZONE | OFTString | 5 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 4 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 2 | 1267475, 1267475, 1267475 | |
| ELEVATION | OFTString | 10.4k | ||
| ROBUST_ID | OFTString | 10.4k | AACz5wc4BpskShxD, AACz56cNqxHJDQa4, AACz573MQSEapiqP | |
| CALC_ACREA | OFTReal | 10.4k | 40.136373806176, 160.265663475856, 160.201919016835 | |
| COUNTY_NAM | OFTString | 1 | Haakon, Haakon, Haakon | |
| COUNTY_FIP | OFTInteger64 | 1 | 46055, 46055, 46055 | |
| STATE_ABBR | OFTString | 1 | SD, SD, SD | |
| CTY_ROW_ID | OFTInteger64 | 10.4k | 2214, 5690, 5154 |
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.