36 attribute fields, profiled from the August 2020 vintage.
Columns in Charles Mix County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 11.9k | 01.03.2000, 01.03.4000, 01.02.3040 | |
| SITUS | OFTString | 3.9k | 39519 291ST ST, 39588 292ND ST, 39634 292ND ST | |
| ADDR_NUMBE | OFTString | 1.7k | 39519, 39588, 39634 | |
| STREET_PRE | OFTString | 6 | N, N, N | |
| STREET_NAM | OFTString | 292 | 291ST, 292ND, 292ND | |
| STREET_SUF | OFTString | 6 | NW, W, S | |
| STREET_TYP | OFTString | 9 | St, St, St | |
| SITUS_CITY | OFTString | 10 | WAGNER, WAGNER, WAGNER | |
| SITUS_ZIP | OFTString | 10 | 57380, 57380, 57380 | |
| OWNER | OFTString | 4.6k | STONE JOHN H &, HOLZBAUER GARY &, KABERNA CURTIS R | |
| LAND_COVER | OFTString | 10.1k | {"21": 56, "41": 9, "52": 10, "81": 299, "82": 433}, {"21": 43, "22": 1, "41": 15, "82": 701, "95": 22}, {"21": 14, "81": 182} | |
| MUNI_ID | OFTInteger64 | 32 | 1268934, 1268934, 1268934 | |
| SCHOOL_DIS | OFTInteger64 | 8 | 4675420, 4675420, 4675420 | |
| ZIP_CODE | OFTString | 17 | 57380, 57380, 57380 | |
| LEGAL_DESC | OFTString | 2.1k | L-R-3 1.07A R/W, LOT H2,.74A & MOBILE HOME TITLE #10982356, SURRENDERED MOBILE HOME TITLE | |
| LEGAL_D_01 | OFTString | 3.6k | S1/2-NW1/4 LESS, SE1/4-SW1/4, LESS .51A R/W & LESS | |
| LEGAL_D_02 | OFTString | 6.7k | NW1/4 OR LOTS 3-4,, SE1/4, SE1/4-SW1/4 | |
| MAIL_ADDRE | OFTString | 600 | WAGNER SD 57380, WAGNER SD 57380, WAGNER SD 57380 | |
| MAIL_AD_01 | OFTString | 2.5k | MARGIE JT, JANICE LIVING TRUST, TAMMY J JT | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | T, T, T | |
| CENSUS_TRA | OFTInteger64 | 3 | 940300, 940300, 940300 | |
| CENSUS_BLK | OFTInteger | 3 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 891 | 2085, 2085, 2084 | |
| AREA_METER | OFTReal | 14.9k | 675521.865078041, 655060.271254732, 162614.099437059 | |
| FLD_ZONE | OFTString | 7 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 4 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 8 | 1267620, 1267620, 1267620 | |
| ALT_ID_1 | OFTString | 11.3k | 01.03.2000, 01.03.4000, 01.02.3040 | |
| ELEVATION | OFTString | 14.5k | ||
| ROBUST_ID | OFTString | 14.9k | AACzx1D_qDGrC2ie, AACzxyXl2XmOUYnO, AACzx9RxMYY94TCH | |
| CALC_ACREA | OFTReal | 14.9k | 166.928208079435, 161.871943629757, 40.1835701118916 | |
| COUNTY_NAM | OFTString | 1 | Charles Mix, Charles Mix, Charles Mix | |
| COUNTY_FIP | OFTInteger64 | 1 | 46023, 46023, 46023 | |
| STATE_ABBR | OFTString | 1 | SD, SD, SD | |
| CTY_ROW_ID | OFTInteger64 | 14.9k | 19, 21, 16 |
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.