8 attribute fields, profiled from the November 2022 vintage.
Columns in Kingman County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| kspid | OFTString | 7.9k | 0480162400000001010, 0480161300000006000, 0480161300000005000 | |
| co_abbr | OFTString | 1 | KM, KM, KM | |
| parcel_id | OFTString | 7.8k | 0480162400000001010, 0480161300000006000, 0480161300000005000 | |
| pid | OFTString | 7.8k | 0480162400000001010, 0480161300000006000, 0480161300000005000 | |
| owner | OFTString | 4.6k | SANDERS, STEVE KIMBERLY, WATSON, ACE W LINDA A, WENINGER, VICKI K | |
| situs | OFTString | 4.7k | 2831 NE 170 AVE, Cheney, KS 67025., 16916 NE 30 ST, Cheney, KS 67025., 3117 NE 170 AVE, Cheney, KS 67025. | |
| mail_addr | OFTString | 4.1k | 2831 NE 170 AVE CHENEY, KS 67025, 16916 NE 30 ST CHENEY, KS 67025, 3117 NE 170 AVE CHENEY, KS 67025 | |
| legal | OFTString | 7.8k | S12 , T27 , R05W , ACRES 124.2 , NE4 S OF RD LESS R/W., S12 , T27 , R05W , ACRES 77.0 , N2 N2 OF SEC N OF R/W., S11 , T27 , R05W , ACRES 2.0 , N135 OF E645.3 OF SW4 NE4. |
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.