10 attribute fields, profiled from the October 2023 vintage.
Columns in Mills County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 17.7k | 133660000000000, 133730010000000, 133410000000000 | |
| pid | OFTString | 17.7k | 133660000000000, 133730010000000, 133410000000000 | |
| altid | OFTString | 16.1k | 000011232300004, 000011232300008, 000011230200002 | |
| owner | OFTString | 6.7k | Wigington, John K ET AL, Wigington, John Ronda, United States Of America | |
| mail_addr | OFTString | 6.1k | 312 3rd Terrace Nebraska City, NE 68410, 312 3rd Terrace Nebraska City, NE 68410, Att:Bob Reed (Cemro-Re-Mc) 215 N 17th St Omaha, NE 68102 | |
| situs | OFTString | 7.0k | 65617 PAINTER RD PACIFIC JCT., 67498 195TH PACIFIC JCT., 65696 195TH PACIFIC JCT. | |
| use_code | OFTString | 4 | A, A, A | |
| acres | OFTString | 2.9k | 26.87, 0.43, 40.0 | |
| legal | OFTString | 12.5k | PT G.L. 3 ACC TO (PT NE1/4 SW1/4), .43 AC IN NE1/4 SW1/4 (PT OF ACC TO G.L. 2), NE1/4 NE1/4 | |
| key | OFTString | 17.7k | 133660000000000, 133730010000000, 133410000000000 |
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.