11 attribute fields, profiled from the May 2024 vintage.
Columns in Wayne County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 6.8k | 9280, 12974, 7238 | |
| acres | OFTReal | 6.2k | 0.4922, 1.27729, 80.77513 | |
| pid | OFTString | 6.3k | 0080251.00, 0080017.03, 0002645.01 | |
| shape_leng | OFTReal | 6.8k | 241.551458360304, 1201.56735294248, 3279.67627083409 | |
| shape_area | OFTReal | 6.8k | 3631.17649121097, 9470.09131914679, 596122.338129615 | |
| parcel_id | OFTString | 6.3k | 0080251.00, 0080017.03, 0002645.01 | |
| PID2 | OFTString | — | ||
| OwnerName | OFTString | 4.2k | VILLAGE OF WINSIDE, COUNTY OF WAYNE, KAI, BRANDON C | |
| OwnerAddre | OFTString | 3.5k | WINSIDE NE 68790, % KEVIN & BONNIE 85340 585TH AVE WAKEFIELD NE 68784, 110 W SPRING BRANCH RD HOSKINS NE 68740 | |
| LegalDesc | OFTString | 6.3k | 10-27-1 PT NW1/4NE1/4 10-27-1, 33-26-5 S1/2NE1/4 33-26-5, 4-25-4 W1/2SE1/4 4-25-4 | |
| PropertyAd | OFTString | 3.7k | 420 MAIN ST WINSIDE, 110 W SPRING BRANCH RD HOSKINS, 605 DEARBORN AVE WINSIDE |
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.