10 attribute fields, profiled from the November 2022 vintage.
Columns in Palo Alto County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 16.6k | 030030002040, 030019001021, 030031003020 | |
| pid | OFTString | 16.6k | 030030002040, 030019001021, 030031003020 | |
| altid | OFTString | — | ||
| owner | OFTString | 6.1k | Deska Tr #1,The,1/2 Schmidt,Elden R,Trustee, Ferguson, Eldon Ruth, Irrevocable Trust, Wrider, L Darrel 1/2 | |
| mail_addr | OFTString | 5.3k | 17555 Emmet St Unit 100 Omaha, NE 68116, 201 9th St SW Spencer, IA 51301-5642, 201 9th St SW Spencer, IA 51301-5642 | |
| situs | OFTString | 5.6k | 3415 500TH ST, 3776 480TH ST, 3822 500TH ST CURLEW | |
| use_code | OFTString | 6 | A, A, A | |
| acres | OFTString | 3.0k | 40, 3.28, 29.55 | |
| legal | OFTString | 7.1k | SE NW, S OF DD NW NE EXC 1196.63', NW SW | |
| key | OFTString | 16.6k | 030030002040, 030019001021, 030031003020 |
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.