42 attribute fields, profiled from the November 2022 vintage.
Columns in Walworth County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 7.6k | 003844, 003818, 007549 | |
| SITUS | OFTString | 3.2k | 107 E COFFEY ST, 204 E COFFEY ST, 205 E COFFEY ST | |
| ADDR_NUMBE | OFTString | 926 | 107, 204, 205 | |
| STREET_PRE | OFTString | 18 | E, E, E | |
| STREET_NAM | OFTString | 1.0k | COFFEY, COFFEY, COFFEY | |
| STREET_SUF | OFTString | 4 | E, N, E | |
| STREET_TYP | OFTString | 11 | St, St, St | |
| SITUS_CITY | OFTString | 6 | MOBRIDGE, JAVA, JAVA | |
| SITUS_ZIP | OFTString | 6 | 57601, 57452, 57452 | |
| ADDR_SEC_U | OFTString | 7 | & 83, OLD GARAGE, UNIT 12 | |
| OWNER | OFTString | 3.4k | DONALD J SMITH ET AL, MANSLAND LODGE LLC, WAGNER MARLENE | |
| LAND_USE_C | OFTString | 92 | NAD1S; NADS;, NAD1; NAD;, NAD1S; NADS; | |
| LAND_COVER | OFTString | 7.2k | {"21": 89, "22": 256, "23": 102}, {"21": 256, "22": 163}, {"23": 429} | |
| CROP_COVER | OFTString | 6.1k | {"121": 0.15, "122": 0.2}, {"121": 0.24, "122": 0.09}, {"122": 0.28, "123": 0.05} | |
| MUNI_ID | OFTInteger64 | 8 | 1267260, 1267260, 1267260 | |
| SCHOOL_DIS | OFTInteger64 | 4 | 4601028, 4601028, 4601028 | |
| ACREAGE | OFTReal | 1.5k | 2.0, 2.0, 2.0 | |
| ACREAGE_AD | OFTReal | 4.9k | 0.527434026046333, 0.330309008373959, 0.328287135874914 | |
| ZIP_CODE | OFTString | 7 | 57420, 57420, 57420 | |
| LEGAL_DESC | OFTString | 7.5k | AKASKA, ORIGINAL, LOTS 2 & 3, BLOCK 9, AKASKA ORIGINAL LOT 4 EXC E 5.2' & LOT 5 BLK 2, AKASKA ORIGINAL LOT 2 & N 120' LOT 3 BLOCK 10 | |
| LEGAL_D_01 | OFTString | 1.4k | LOT 4 BLOCK 2, LOT 6, BLOCK 1, 1983 16X80 WEST FRIENDSHIP | |
| LEGAL_D_02 | OFTString | 145 | 12X57 EMBASSY, 1963 12X48 PATHFINDER, BLK 1 VACATING LOT 2 OF OUTLOT 2 & | |
| PLSS_SECTI | OFTString | 36 | 02, 02, 02 | |
| PLSS_TOWNS | OFTString | 4 | 121N, 121N, 121N | |
| PLSS_RANGE | OFTString | 7 | 77W, 77W, 77W | |
| MAIL_ADDRE | OFTString | 2.5k | BOX 422, PO BOX 102, BOX 41 | |
| MAIL_AD_01 | OFTString | 448 | AKASKA SD 57420-, AKASKA SD 57420-, AKASKA SD 57420- | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 2 | 965100, 965100, 965100 | |
| CENSUS_BLK | OFTInteger | 4 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 797 | 2514, 2483, 2513 | |
| AREA_METER | OFTReal | 8.0k | 1422.93930939374, 1336.68814849241, 1328.50607371176 | |
| PLACE_GNIS | OFTInteger64 | 7 | 1267260, 1267260, 1267260 | |
| ALT_ID_1 | OFTString | 7.6k | 003844, 003818, 007549 | |
| ELEVATION | OFTString | 8.0k | ||
| ROBUST_ID | OFTString | 8.0k | AAC0MRP9UvUlLZPt, AAC0MXLdtb6epPpA, AAC0MX5IskdC3_nv | |
| CALC_ACREA | OFTReal | 8.0k | 0.351622532744287, 0.330309008373959, 0.328287135874913 | |
| COUNTY_NAM | OFTString | 1 | Walworth, Walworth, Walworth | |
| COUNTY_FIP | OFTInteger64 | 1 | 46129, 46129, 46129 | |
| STATE_ABBR | OFTString | 1 | SD, SD, SD | |
| CTY_ROW_ID | OFTInteger64 | 8.0k | 3055, 3046, 3719 |
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.