30 attribute fields, profiled from the October 2022 vintage.
Columns in Hood River County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 11.7k | 11661, 11663, 11662 | |
| maptaxlot | OFTString | 11.7k | 03S09E00100, 03S10E00100, 03S09E00101 | |
| account | OFTString | 11.7k | 8720, 8722, 8721 | |
| situs | OFTString | 10.2k | 13030 HWY 35 HRM PARKING LOT, MT HOOD PARKDALE, Data Not Available, 13030 HWY 35, MT HOOD PARKDALE | |
| owner | OFTString | 8.8k | UNITED STATES OF AMERICA, UNITED STATES OF AMERICA, UNITED STATES OF AMERICA | |
| mailing_ad | OFTString | 7.7k | 16400 CHAMPION WAY, 16400 CHAMPION WAY, 16400 CHAMPION WAY | |
| city | OFTString | 489 | SANDY, SANDY, SANDY | |
| state | OFTString | 47 | OR, OR, OR | |
| zip | OFTString | 722 | 97055, 97055, 97055 | |
| prop_class | OFTString | 82 | FEDERALLY OWNED - VACANT LAND, FEDERALLY OWNED - VACANT LAND, FEDERALLY OWNED - VACANT LAND | |
| map_acres | OFTReal | 10.8k | 14073.757399, 22992.631579, 2140.147154 | |
| taxlot_acr | OFTReal | 2.0k | 20690.92, 23004.05, 2102.0 | |
| build_clas | OFTString | 7 | 5, 5, 2 | |
| year_built | OFTString | 139 | 0, 0, 0 | |
| sq_ft | OFTReal | 2.5k | 0.0, 0.0, 0.0 | |
| beds | OFTReal | 11 | 0.0, 0.0, 0.0 | |
| bath | OFTReal | 16 | 0.0, 0.0, 0.0 | |
| assess_val | OFTReal | 9.0k | 0.0, 0.0, 0.0 | |
| improve_va | OFTReal | 8.4k | 0.0, 0.0, 0.0 | |
| land_value | OFTReal | 6.3k | 16138920.0, 17943160.0, 1639560.0 | |
| total_rmv | OFTReal | 10.4k | 16138920.0, 17943160.0, 1639560.0 | |
| ormaplink | OFTString | 351 | ||
| shortmapta | OFTString | 11.7k | 3S09E00100, 3S10E00100, 3S09E00101 | |
| mapnumber | OFTString | 351 | 03S09E, 03S10E, 03S09E | |
| taxlot | OFTString | 1.5k | 100, 100, 101 | |
| property_c | OFTReal | 82 | 970.0, 970.0, 970.0 | |
| agent | OFTString | 150 | LA CHANCE, ROGER & KAREN, DEPT OF TRANSPORTATION, DEPT OF TRANSPORTATION | |
| or_map_num | OFTString | 351 | 1403.00S09.00E0000--0000, 1403.00S10.00E0000--0000, 1403.00S09.00E0000--0000 | |
| shape__are | OFTReal | 11.4k | 613052871.717773, 1001559031.76807, 93224809.974609 | |
| shape__len | OFTReal | 11.4k | 230332.852797, 155238.34226, 44691.573702 |
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.