28 attribute fields, profiled from the November 2022 vintage.
Columns in Clark County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcelid | OFTInteger | 6.2k | 447, 448, 450 | |
| owner1 | OFTString | 2.5k | FERGUS & KIM NELSON LIVING TRUST, FERGUS & KIM NELSON LIVING TRUST, FERGUS & KIM NELSON LIVING TRUST | |
| legal | OFTString | 6.2k | NE1/4 19-113-58, NW1/4 19-113-58, SE1/4 19-113-58 | |
| legal_acre | OFTString | 1.8k | 160, 156.68, 160 | |
| sec | OFTString | 71 | 19, 19, 19 | |
| twp | OFTString | 11 | 113, 113, 113 | |
| range | OFTString | 5 | 58, 58, 58 | |
| str | OFTString | 1.1k | 19-113-58, 19-113-58, 19-113-58 | |
| location | OFTString | 2 | Rural, Rural, Rural | |
| owner2 | OFTString | 1.1k | LYNN NELSON, DOROTHY J MILLER TRUST, LYNN NELSON | |
| attention | OFTString | 2.4k | NELSON FERGUS L, NELSON FERGUS L, NELSON FERGUS L | |
| mailing_ad | OFTString | 1.9k | 19345 419TH AVE, 19345 419TH AVE, 19345 419TH AVE | |
| mailing_ci | OFTString | 336 | CARPENTER, CARPENTER, CARPENTER | |
| mailing_st | OFTString | 41 | SD, SD, SD | |
| mailing_zi | OFTString | 682 | 57322-6400, 57322-6400, 57322-6400 | |
| sch_dist | OFTString | 8 | WILLOW LAKE SCHOOL, WILLOW LAKE SCHOOL, WILLOW LAKE SCHOOL | |
| record_q | OFTString | 6.2k | 447, 448, 450 | |
| gis_acres | OFTReal | 6.3k | 161.349408859902, 155.624314958074, 159.099686342263 | |
| editor | OFTString | 3 | RYAN, RYAN, RYAN | |
| editdate | OFTString | 41 | 2016-07-22, 2016-07-22, 2016-07-22 | |
| updateyear | OFTString | 6 | 2014, 2014, 2014 | |
| landuse | OFTString | 3 | NW, NW, OK | |
| shape_leng | OFTReal | 6.3k | 10604.5075476871, 10415.8236842628, 10529.2729094245 | |
| shape_area | OFTReal | 6.3k | 7028380.24993735, 6778995.15957369, 6930382.33706896 | |
| objectid | OFTInteger | 6.3k | 754, 755, 767 | |
| parcel_id | OFTString | 6.2k | 447, 448, 450 | |
| comments | OFTString | 18 | ROW, ROW, ROW | |
| acres | OFTReal | 6.3k | 161.349408859902, 155.624314958074, 159.099686342263 |
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.