34 attribute fields, profiled from the February 2022 vintage.
Columns in Glenn County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 14.6k | 032-363-018-9, 032-363-017-9, 032-363-016-9 | |
| SITUS | OFTString | 9.2k | 310 East Ave., 320 East Ave., 330 East Ave. | |
| ADDR_NUMBE | OFTString | 3.6k | 310, 320, 330 | |
| STREET_PRE | OFTString | 4 | E, E, E | |
| STREET_NAM | OFTString | 219 | Ave, Ave, Ave | |
| STREET_SUF | OFTString | 5 | E, E, E | |
| STREET_TYP | OFTString | 14 | St, St, St | |
| SITUS_CITY | OFTString | 6 | ORLAND, ORLAND, ORLAND | |
| SITUS_ZIP | OFTString | 6 | 95963, 95963, 95963 | |
| OWNER | OFTString | 6.5k | ILIAN MOHAMMAD M TRS, RAMIREZ JOSE S/S, LINZY CLARK D & PEGGY CO TRS | |
| LAND_COVER | OFTString | 13.2k | {"23": 304, "82": 60}, {"23": 335, "82": 18}, {"23": 350, "82": 24} | |
| MUNI_ID | OFTInteger64 | 2 | 1935233, 1935233, 1935233 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 601339, 601339, 601339 | |
| ACREAGE | OFTReal | 2.0k | 0.0, 0.0, 0.0 | |
| ZIP_CODE | OFTString | 13 | 95951, 95951, 95951 | |
| MAIL_ADDRE | OFTString | 250 | ORLAND CA 95963, ORLAND CA 95963, ORLAND CA 95963 | |
| MAIL_AD_01 | OFTString | 2.4k | ORLAND CA 95963, ORLAND CA 95963, ORLAND CA 95963 | |
| MAIL_AD_02 | OFTString | 6.0k | 683 E WALKER ST, 15 E CENTRAL ST, 7444 CUTLER AVE | |
| OWNER_OCCU | OFTString | 3 | ?, ?, ? | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 6 | 10501, 10501, 10501 | |
| CENSUS_BLK | OFTInteger | 7 | 3, 3, 3 | |
| CENSUS_BLO | OFTInteger | 917 | 3012, 3012, 3012 | |
| AREA_METER | OFTReal | 15.4k | 541.680898452491, 531.747741014297, 564.344915884555 | |
| FLD_ZONE | OFTString | 34 | {X}, {X}, {X} | |
| ZONE_SUBTY | OFTString | 16 | {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"}, {"0.2 PCT ANNUAL CHANCE FLOOD HAZARD"} | |
| PLACE_GNIS | OFTInteger64 | 5 | 2411335, 2411335, 2411335 | |
| ELEVATION | OFTString | 13.6k | {"max": 80.0, "min": 80.0, "mean": 80.0}, {"max": 80.0, "min": 80.0, "mean": 80.0}, {"max": 80.0, "min": 80.0, "mean": 80.0} | |
| ROBUST_ID | OFTString | 15.4k | AAAXhfNUQoFZkCXH, AAAXhQDSHqvCCEu2, AAAXhS9g43RYtWwd | |
| CALC_ACREA | OFTReal | 15.4k | 0.133854766816595, 0.131400184282043, 0.139455272164232 | |
| COUNTY_NAM | OFTString | 1 | Glenn, Glenn, Glenn | |
| COUNTY_FIP | OFTInteger64 | 1 | 6021, 6021, 6021 | |
| STATE_ABBR | OFTString | 1 | CA, CA, CA | |
| CTY_ROW_ID | OFTInteger64 | 15.4k | 14783, 14784, 14785 |
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.