24 attribute fields, profiled from the March 2020 vintage.
Columns in Sioux County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 5.1k | 830061053, 830002820, 830003037 | |
| SITUS | OFTString | 849 | 172 EAST FIRST STREET, 274 EAST FIRST STREET, 155 EAST FOURTH STREET | |
| ADDR_NUMBE | OFTString | 555 | 172, 274, 155 | |
| STREET_PRE | OFTString | 4 | E, E, E | |
| STREET_NAM | OFTString | 111 | FIRST, FIRST, FOURTH | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | 5 | St, St, St | |
| SITUS_CITY | OFTString | 5 | HARRISON, HARRISON, HARRISON | |
| SITUS_ZIP | OFTString | 5 | 69346, 69346, 69346 | |
| OWNER | OFTString | 1.2k | CORBIN ELMUS L CORBIN VIRGINIA H W JTWROS, SERRES HARRY JR & WIFE, WHITEAKER JOE L WHITEAKER TONITA L H W JTWROS | |
| LAND_COVER | OFTString | 4.4k | {"23": 2}, {"22": 1, "23": 1}, {"23": 1, "24": 1} | |
| MUNI_ID | OFTInteger64 | 3 | 1928744, 1928744, 1928744 | |
| SCHOOL_DIS | OFTInteger64 | 4 | 3176800, 3176800, 3176800 | |
| ACREAGE | OFTReal | 5.0k | 0.2236, 0.0793, 0.1722 | |
| ZIP_CODE | OFTString | 7 | 69346, 69346, 69346 | |
| LEGAL_DESC | OFTString | 4.6k | 0-0-0 LOT 17 BLOCK 7 ORIGINAL TOWN OF HARRISON, 0-0-0 LOT 12 BLOCK 9 ORIGINAL TOWN OF HARRISON, 23-32-55 N1/2 23-32-55 ACRES 320 | |
| MAIL_ADDRE | OFTString | 1.1k | PO BOX 188 HARRISON NE 69346, 61 LICKETT ROAD HARRISON NE 69346, PO BOX 278 HARRISON NE 69346 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| AREA_METER | OFTReal | 5.2k | 905.179056570916, 321.136552608626, 696.952345192038 | |
| CALC_ACREA | OFTReal | 5.2k | 0.223678796669239, 0.0793560535151176, 0.172223894020404 | |
| COUNTY_NAM | OFTString | 1 | Sioux, Sioux, Sioux | |
| COUNTY_FIP | OFTInteger64 | 1 | 31165, 31165, 31165 | |
| STATE_ABBR | OFTString | 1 | NE, NE, NE |
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.