47 attribute fields, profiled from the November 2022 vintage.
Columns in Codington County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 18.1k | 433, 9608, 10246 | |
| acres | OFTReal | 17.7k | 158.6267395, 80.13380432, 40.07688904 | |
| up_date | OFTString | 315 | 4/20/2008, 4/20/2008, 4/20/2008 | |
| checkd | OFTString | 3 | OK, OK, OK | |
| comments | OFTString | 75 | JULY 28 2022, HWY LOT & ROW, HWY LOT & ROW | |
| lsrn | OFTReal | 16.5k | 1878.0, 1886.0, 1884.0 | |
| record | OFTReal | 16.5k | 1713.0, 1721.0, 1719.0 | |
| record_q | OFTString | 16.5k | 1713, 1721, 1719 | |
| code_name | OFTString | 3 | AG, AG, AG | |
| legal | OFTString | 15.1k | SE1/4, S1/2 SW1/4, NW1/4 NW1/4 | |
| legal_acre | OFTString | 2.6k | 160.00, 080.00, 040.00 | |
| extent | OFTReal | 18.0k | 6909781.06651161, 3490628.35572207, 1745749.36387434 | |
| owner1 | OFTString | 11.0k | CBC MEADOWLARK ENTERPRISES LLC, MYRON EIDSNESS, MYRON & DIANE EIDSNESS | |
| assessed_l | OFTString | 10.1k | 263223, 117543, 93264 | |
| assessed_b | OFTReal | 11.0k | 0.0, 0.0, 0.0 | |
| assessed_t | OFTReal | 14.4k | 263223.0, 117543.0, 93264.0 | |
| bpic_rpath | OFTString | 11.7k | 1707_pic2.jpg,1707_pic1.jpg, 17602_pic1.jpg, 1700_pic3.jpg,1700_pic2.jpg,1700_pic1.jpg | |
| skt_rpath | OFTString | 11.2k | 00000001/00000634.gif, 00000001/00000632.gif, 00000001/00000635.gif | |
| add_l_owne | OFTString | 286 | DALE F & SUSAN D KRUGMAN TRUST, SHELLY DVORAK & TRAVIS STANTON, GLENDA KUHLMAN REVOCABLE LIVING TRUST | |
| owner_stre | OFTString | 8.9k | 8504 E 38 ST, 43791 177 ST, 43791 177 ST | |
| owner_city | OFTString | 438 | SIOUX FALLS, HENRY, HENRY | |
| owner_st | OFTString | 39 | SD, SD, SD | |
| owner_zip | OFTString | 608 | 57110, 57243-, 57243- | |
| prop_stree | OFTString | 11.7k | STR 30-116-55, STR 32-116-55, STR 32-116-55 | |
| twn_twp | OFTString | 23 | HENRY TOWNSHIP, HENRY TOWNSHIP, HENRY TOWNSHIP | |
| addition | OFTString | 1.2k | 0, 0, 0 | |
| sec | OFTString | 468 | 30, 32, 32 | |
| twp_block | OFTString | 131 | 116, 116, 116 | |
| range | OFTString | 9 | 55, 55, 55 | |
| quarter | OFTString | 6 | 4, 3, 2 | |
| sixteenth | OFTString | 10 | 1, 2, 2 | |
| split | OFTString | 359 | 1, 1, 1 | |
| school_dis | OFTString | 7 | 14-2, 14-2, 14-2 | |
| filed_date | OFTString | 5.2k | 01/21/2020, / /, 11/07/1995 | |
| instrument | OFTString | 6.0k | 12/26/2019, 11/15/1994, 11/07/1995 | |
| book | OFTString | 183 | 425, 4F, 379 | |
| page | OFTString | 7.3k | 4897, 381, 754 | |
| deed_type | OFTString | 115 | TD, T/D, WD | |
| lot_size | OFTString | 6.8k | 38.49 ACRES, 80 ACRES, 80 ACRES | |
| year_built | OFTString | 164 | 0, 0, 0 | |
| sale_pr | OFTString | 2.3k | 0, 0, 0 | |
| sale_seque | OFTString | 7.9k | 20-0044, 12-0664, 20-0513 | |
| sale_type | OFTString | 3 | 2, 0, 0 | |
| sale_year | OFTString | 40 | 2020, 0, 0 | |
| sale_numbe | OFTString | 1.2k | 44, 0, 0 | |
| land_code | OFTString | 3 | A, A, A | |
| owner_occu | OFTString | 1 | OWNER OCCUPIED, OWNER OCCUPIED, OWNER OCCUPIED |
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.