20 attribute fields, profiled from the July 2020 vintage.
Columns in Johnson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| id | OFTReal | 6.3k | 279762.0, 279763.0, 279764.0 | |
| taxyear | OFTString | 1 | 2020, 2020, 2020 | |
| parcelnb | OFTString | 6.3k | 51823240300800, 51823340600100, 51821710100700 | |
| accountno | OFTString | 6.1k | R0000010, R0000011, R0000013 | |
| jurisdicti | OFTString | 1 | JOHNSON, JOHNSON, JOHNSON | |
| ownername1 | OFTString | 4.4k | IBERLIN RANCH LIMITED PARTNERSHIP, MOORE LAND COMPANY LLC, MOORE LAND COMPANY LLC | |
| ownername2 | OFTString | 2.8k | C/O JAMES R MOORE, C/O JAMES R MOORE, SCHUTTE, KAREN E | |
| mailaddres | OFTString | 1.8k | HC 72 BOX 2, HC 72 BOX 2, PO BOX 40 | |
| mailcity | OFTString | 378 | BUFFALO, MIDWEST, MIDWEST | |
| mailstate | OFTString | 44 | WY, WY, WY | |
| mailzipcod | OFTString | 1.8k | 82834, 826439600, 826439600 | |
| locationad | OFTString | 4.5k | TAYLOR SOUTH, 11955 WY HWY 387, SOUTHEAST KAYCEE | |
| legal | OFTString | 5.8k | SEE ASSESSOR'S OFFICE FOR FULL LEGAL, T41R77 SECT 4 L2 L3 L4 SENW (PARCEL SE OF LINCH), SEE ASSESSORS OFFICE FOR COMPLETE LEGAL | |
| actualvalu | OFTReal | 5.7k | 0.0, 0.0, 0.0 | |
| assessedva | OFTReal | 5.4k | 0.0, 0.0, 0.0 | |
| landgrossa | OFTReal | 3.0k | 0.0, 0.0, 0.0 | |
| landgrosss | OFTReal | 3.1k | 0.0, 0.0, 0.0 | |
| defaulttax | OFTString | 4 | 0101, 0101, 0101 | |
| shape__are | OFTReal | 6.2k | 21610.0, 11992.175781, 12810.117188 | |
| shape__len | OFTReal | 6.3k | 588.641889, 502.183289, 474.964652 |
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.