10 attribute fields, profiled from the November 2022 vintage.
Columns in Worth County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 11.7k | 0931300004, 0934300006, 0934300005 | |
| pid | OFTString | 11.7k | 0931300004, 0934300006, 0934300005 | |
| altid | OFTString | 7.2k | 3133020007, 3433040011, 3433030010 | |
| owner | OFTString | 4.4k | HENNIGAR, TIMOTHY A BRENDA L, CUNNINGHAM, MICHAEL A, BERDING, LEE ANDA J | |
| mail_addr | OFTString | 3.9k | 114 340TH ST FERTILE, IA 50434-7010, 3403 DOGWOOD AVE FERTILE, IA 50434-7003, 3407 DOGWOOD AVE FERTILE, IA 50434-7003 | |
| situs | OFTString | 3.9k | 114 340TH ST FERTILE, 3403 DOGWOOD AVE FERTILE, 3407 DOGWOOD AVE FERTILE | |
| use_code | OFTString | 7 | AR, AR, AR | |
| acres | OFTString | 3.2k | 0.83, 1.67, 1.51 | |
| legal | OFTString | 11.5k | 31 98 22 PAR. IN SW SW, 34 98 22 PAR. IN SW SW, FERTILE LOT IN W 1/2 SE34 98 22 | |
| key | OFTString | 11.7k | 0931300004, 0934300006, 0934300005 |
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.