43 attribute fields, profiled from the February 2022 vintage.
Columns in Del Norte County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 12.9k | 116160044000, 118440020000, 118440011000 | |
| SITUS | OFTString | 10.8k | 280 E ADAMS AVE, 1015 E CONDOR ST, 1045 E CONDOR ST | |
| ADDR_NUMBE | OFTString | 2.8k | 280, 1015, 1045 | |
| STREET_PRE | OFTString | 4 | E, E, E | |
| STREET_NAM | OFTString | 756 | ADAMS, CONDOR, CONDOR | |
| STREET_SUF | OFTString | 2 | N, N, N | |
| STREET_TYP | OFTString | 16 | Ave, St, St | |
| SITUS_CITY | OFTString | 4 | CRESCENT CITY, CRESCENT CITY, CRESCENT CITY | |
| SITUS_ZIP | OFTString | 4 | 95531, 95531, 95531 | |
| OWNER | OFTString | 9.2k | MOUA KOU & LEE, CC SEABREEZE L.P., CC SEABREEZE L.P. | |
| STORY_HEIG | OFTReal | 6 | 0.0, 0.0, 0.0 | |
| LAND_USE_C | OFTString | 43 | M1, XR, XR | |
| LAND_US_01 | OFTString | 4 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 14.5k | {"22": 456, "23": 27}, {"22": 202, "23": 239}, {"23": 423} | |
| MUNI_ID | OFTInteger64 | 3 | 1935066, 1935066, 1935066 | |
| ACREAGE | OFTReal | 1.3k | 0.51, 0.0, 0.0 | |
| MKT_VAL_LA | OFTReal | 6.0k | 64379.0, 59406.0, 65595.0 | |
| MKT_VAL_BL | OFTReal | 6.5k | 97862.0, 184639.0, 314390.0 | |
| ZIP_CODE | OFTString | 9 | 95531, 95531, 95531 | |
| TOTAL_BATH | OFTReal | 23 | 0.0, 4.0, 8.0 | |
| HALFBATH | OFTReal | 3 | 0.0, 0.0, 0.0 | |
| BEDROOMS | OFTInteger64 | 32 | 0, 4, 12 | |
| TOTAL_ROOM | OFTInteger64 | 36 | 0, 4, 12 | |
| YEAR_BUILT | OFTInteger64 | 149 | 0, 1979, 1979 | |
| MAIL_ADDRE | OFTString | 1.0k | UKIAH CA 95482, UKIAH CA 95482, UKIAH CA 95482 | |
| MAIL_AD_01 | OFTString | 4.8k | CRESCENT CITY CA 95531, 499 LESLIE STREET, 499 LESLIE STREET | |
| MAIL_AD_02 | OFTString | 7.5k | 4550 WONDER STUMP RD, DBA SEABREEZE APARTMENTS X, DBA SEABREEZE APARTMENTS I | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | T, T, ? | |
| CENSUS_TRA | OFTInteger64 | 7 | 105, 101, 101 | |
| CENSUS_BLK | OFTInteger | 5 | 1, 2, 2 | |
| CENSUS_BLO | OFTInteger | 665 | 1039, 2000, 2000 | |
| AREA_METER | OFTReal | 16.2k | 1962.25294528304, 1371.47306843389, 1316.40669870726 | |
| FLD_ZONE | OFTString | 41 | {X}, {X}, {X} | |
| ZONE_SUBTY | OFTString | 18 | {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"} | |
| PLACE_GNIS | OFTInteger64 | 7 | 2410262, 2410262, 2410262 | |
| ELEVATION | OFTString | 16.0k | {"max": 0.0, "min": 0.0, "mean": 0.0}, {"max": 0.0, "min": 0.0, "mean": 0.0}, {"max": 0.0, "min": 0.0, "mean": 0.0} | |
| ROBUST_ID | OFTString | 16.2k | AAAXf2afPsArukfa, AAAXf6M2RqR0AlbI, AAAXf_VulI3oNwAi | |
| CALC_ACREA | OFTReal | 16.2k | 0.484892325308892, 0.338904709940698, 0.325297259317551 | |
| COUNTY_NAM | OFTString | 1 | Del Norte, Del Norte, Del Norte | |
| COUNTY_FIP | OFTInteger64 | 1 | 6015, 6015, 6015 | |
| STATE_ABBR | OFTString | 1 | CA, CA, CA | |
| CTY_ROW_ID | OFTInteger64 | 16.2k | 9621, 14104, 14107 |
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.