20 attribute fields, profiled from the July 2020 vintage.
Columns in Weston County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| id | OFTReal | 5.7k | 334562.0, 335762.0, 334563.0 | |
| taxyear | OFTString | 1 | 2020, 2020, 2020 | |
| parcelnb | OFTString | 5.7k | 42620110060500, 45612841801900, 43620420060500 | |
| accountno | OFTString | 5.3k | R0001293, R0001294, R0001295 | |
| jurisdicti | OFTString | 1 | WESTON, WESTON, WESTON | |
| ownername1 | OFTString | 3.5k | FULLER DENNIS F & ONA MAE, LAMBERT WILLIAM E & MARCIA, FULLER DENNIS F & ONA MAE | |
| ownername2 | OFTString | 304 | ATTN DEVERAUX CRAIG M & JOLENE, ATTENTION BAYNE RANCH, ATTN DRY BEAVER INC | |
| mailaddres | OFTString | 2.5k | 1655 GRAY BLVD, 1389 SKULL CREEK RD, 1655 GRAY BLVD | |
| mailcity | OFTString | 347 | NEWCASTLE, OSAGE, NEWCASTLE | |
| mailstate | OFTString | 43 | WY, WY, WY | |
| mailzipcod | OFTString | 404 | 82701, 82723, 82701 | |
| locationad | OFTString | 3.4k | 1655 GRAY BLVD, 1647 GRAY BLVD, 1656 SAGE ST | |
| legal | OFTString | 5.3k | T41N R60W SEC 3 ACRES 61.58 LOT 1(61.58), T41N R61W SEC 12 ACRES 80.00 S2NE, T41N R61W SEC 12 ACRES 120.00 N2SE, SWSE | |
| actualvalu | OFTReal | 4.9k | 0.0, 154051.0, 0.0 | |
| assessedva | OFTReal | 4.4k | 0.0, 14635.0, 0.0 | |
| landgrossa | OFTReal | 3.0k | 0.0, 0.176768, 0.0 | |
| landgrosss | OFTReal | 3.0k | 0.0, 7700.0, 0.0 | |
| defaulttax | OFTString | 21 | 0150, 0150, 0150 | |
| shape__are | OFTReal | 5.6k | 10838161.476562, 1380.53125, 13878305.246094 | |
| shape__len | OFTReal | 5.7k | 23369.191287, 152.482762, 40569.881108 |
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.