46 attribute fields, profiled from the October 2022 vintage.
Columns in Wallowa County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 6.4k | 02S44E02AD01500, 02S44E02AD01600, 02S44E010000400 | |
| SITUS | OFTString | 3.2k | 103 HWY 82 HWY, 105 HWY 82 HWY, 1108 HWY 82 HWY | |
| ADDR_NUMBE | OFTString | 1.6k | 103, 105, 1108 | |
| STREET_PRE | OFTString | 4 | HWY, HWY, HWY | |
| STREET_NAM | OFTString | 273 | 82, 82, 82 | |
| STREET_SUF | OFTString | — | ||
| STREET_TYP | OFTString | 10 | Hwy, Hwy, Hwy | |
| SITUS_CITY | OFTString | 5 | JOSEPH, JOSEPH, JOSEPH | |
| SITUS_ZIP | OFTString | 5 | 97846, 97846, 97846 | |
| OWNER | OFTString | 3.8k | PERRY LOUIS D & DEYETTE M, COLEMAN KERRY A, RYNEARSON BRUCE & MARCIA | |
| TRANS_DATE | OFTDate | 2.2k | 2022-02-18, 2008-11-18, 2021-07-22 | |
| SALE_PRICE | OFTReal | 980 | 420000.0, 0.0, 0.0 | |
| LAND_USE_C | OFTString | 78 | 201, 101, 541 | |
| LAND_US_01 | OFTString | 5 | Commercial, Residential, Commercial | |
| LAND_COVER | OFTString | 8.6k | {"22": 127, "23": 301, "24": 122}, {"22": 230, "23": 230}, {"21": 43, "22": 14, "71": 729} | |
| CROP_COVER | OFTString | 7.5k | {"122": 0.13, "123": 0.3, "124": 0.12}, {"121": 0.07, "122": 0.25, "123": 0.31}, {"121": 0.13, "123": 0.35} | |
| MUNI_ID | OFTInteger64 | 5 | 1938011, 1938011, 1938011 | |
| SCHOOL_DIS | OFTInteger64 | 4 | 4105080, 4105080, 4105080 | |
| ACREAGE | OFTReal | 1.7k | 0.0, 0.0, 10.75 | |
| ACREAGE_AD | OFTReal | 7.0k | 0.549062511410273, 0.629535358546685, 17.3336203891922 | |
| MKT_VAL_LA | OFTReal | 3.7k | 135130.0, 111410.0, 244340.0 | |
| MKT_VAL_BL | OFTReal | 3.4k | 353200.0, 117880.0, 97940.0 | |
| ZIP_CODE | OFTString | 9 | 97828, 97828, 97828 | |
| YEAR_BUILT | OFTInteger64 | 128 | 1981, 1915, 1939 | |
| PLSS_SECTI | OFTString | 36 | 02, 02, 01 | |
| PLSS_TOWNS | OFTString | 14 | 2S, 2S, 2S | |
| PLSS_RANGE | OFTString | 16 | 44E, 44E, 44E | |
| MAIL_ADDRE | OFTString | 2.9k | PO BOX 2340, PO BOX 506, 62289 OWSLEY CANYON RD | |
| MAIL_AD_01 | OFTString | 25 | 3465 WAIALAE AVE STE 250, 3465 WAIALAE AVE STE 250, PO BOX 12 | |
| MAIL_AD_02 | OFTString | 584 | JOSEPH OR 97846, ENTERPRISE OR 97828, LA GRANDE OR 97850 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 3 | 960300, 960300, 960300 | |
| CENSUS_BLK | OFTInteger | 4 | 3, 3, 3 | |
| CENSUS_BLO | OFTInteger | 937 | 3039, 3039, 3009 | |
| ZONING | OFTString | 38 | C-1, A-1, C-1 | |
| AREA_METER | OFTReal | 9.1k | 2221.93562142476, 2547.59159300184, 70145.3619408043 | |
| PLACE_GNIS | OFTInteger64 | 5 | 2410445, 2410445, 2410445 | |
| ALT_ID_1 | OFTString | 8.7k | 02S44E02AD01500, 02S44E02AD01600, 02S44E010000400 | |
| ELEVATION | OFTString | 9.1k | ||
| ROBUST_ID | OFTString | 9.1k | AACgZ1cusxS3r5Wc, AACgZzJT-BaTIjIY, AACgZ9-Diz_XdQR0 | |
| CALC_ACREA | OFTReal | 9.1k | 0.549062511410272, 0.629535358546685, 17.3336203891921 | |
| COUNTY_NAM | OFTString | 1 | Wallowa, Wallowa, Wallowa | |
| COUNTY_FIP | OFTInteger64 | 1 | 41063, 41063, 41063 | |
| STATE_ABBR | OFTString | 1 | OR, OR, OR | |
| CTY_ROW_ID | OFTInteger64 | 9.1k | 4456, 4457, 4432 |
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.