21 attribute fields, profiled from the February 2023 vintage.
Columns in Lewis County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| pin | OFTString | 50.0k | 014276000000, 014332000000, 013762000000 | |
| siteadd | OFTString | 36.8k | 0 WILDWOOD RD, 0 WILDWOOD RD, 0 WILDWOOD RD | |
| owner | OFTString | 34.4k | L&C TREE FARMS LLC, GREEN DIAMOND RESOURCE CO, SIERRA PACIFIC LAND & TIMBER COMPANY | |
| pn | OFTString | 50.0k | 14276, 14332, 13762 | |
| use_desc | OFTString | 68 | 88 Designated Forest Lnd, 88 Designated Forest Lnd, 88 Designated Forest Lnd | |
| val_land | OFTReal | 3.8k | 17400.0, 50000.0, 98100.0 | |
| val_impvt | OFTReal | 7.5k | 0.0, 0.0, 0.0 | |
| val_total | OFTReal | 8.8k | 17400.0, 50000.0, 98100.0 | |
| objectid | OFTInteger | 50.0k | 442, 786, 840 | |
| total_acre | OFTString | 5.5k | 157.5, 411.6, 655.8 | |
| ca | OFTReal | 18.0k | 159.405, 409.893, 663.75 | |
| luname | OFTString | 10 | mining/forestry, mining/forestry, mining/forestry | |
| prop_type | OFTString | 17 | TMB, TMB, TMB | |
| mailadd | OFTString | 26.2k | PO BOX 9307, 1301 FIFTH AVE STE 2700, PO BOX 496028 | |
| mailcity | OFTString | 1.1k | PORTLAND, SEATTLE, REDDING | |
| state | OFTString | 57 | OR, WA, CA | |
| zip_postal | OFTString | 8.7k | 97027-9307, 98101, 96049-6028 | |
| area | OFTReal | 50.0k | 6943682.77029, 17854933.5627, 28912942.1885 | |
| starea() | OFTReal | 50.0k | 6943682.77032471, 17854933.5627441, 28912942.188446 | |
| stlength() | OFTReal | 50.0k | 10540.919130015, 17095.5594292117, 21565.1981002598 | |
| tca_base | OFTString | 98 | 630, 630, 401 |
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.