Free Parcel Data

California Riverside County

Field dictionary

GEOID06065
Aged

39 attribute fields, profiled from the February 2022 vintage.

Columns in Riverside County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 50.0k 830240040, 857030012, 851054009
SITUS OFTString 100% 50.0k 0 E 10TH AVE, 1092 E 11TH AVE, 933 E HOBSON WAY
ADDR_NUMBE OFTString 76% 41.6k 1092, 933, 447
STREET_PRE OFTString 0% 5 E, E, E
STREET_NAM OFTString 100% 4.9k 10TH, 11TH, HOBSON
STREET_SUF OFTString 0% 4 E, E, E
STREET_TYP OFTString 59% 60 Ave, Ave, Way
SITUS_CITY OFTString 54% 32 BLYTHE, BLYTHE, BLYTHE
SITUS_ZIP OFTString 54% 43 92225, 92225, 92225
ADDR_SEC_U OFTString 0% 3 STE, BOX, UNIT
ADDR_SE_01 OFTString 0% 3 10, 3397, A
OWNER OFTString 100% 50.0k DUPREE RANDALL LEE DUPREE JANICE MARIE, RABORN BRANDON JOHN RABORN ASHLEY MARIE, CHINA GREEN GARDEN INC
LAND_USE_C OFTString 100% 249 20, 944, 943
LAND_US_01 OFTString 79% 5 Residential, Tax Exempt, Tax Exempt
LAND_COVER OFTString 100% 50.0k {"21": 109, "22": 283, "23": 6, "82": 237}, {"21": 126, "22": 160, "24": 4, "82": 272}, {"23": 241}
MUNI_ID OFTInteger64 100% 5 1935242, 1935242, 1935242
SCHOOL_DIS OFTInteger64 100% 9 629640, 629640, 629640
MKT_VAL_LA OFTReal 100% 50.0k 89814.0, 0.0, 0.0
MKT_VAL_BL OFTReal 100% 50.0k 305460.0, 0.0, 0.0
ZIP_CODE OFTString 100% 32 92225, 92225, 92225
BUILDINGS OFTInteger64 96% 42 0, 0, 0
MAIL_ADDRE OFTString 99% 13.0k PRESCOTT AZ 86303, BLYTHE CA 92225, BLYTHE CA 92225
MAIL_AD_01 OFTString 99% 50.0k 195 CRESTWOOD E, 1092 E 11TH AVE, 1201 W WISCONSIN
OWNER_OCCU OFTString 100% 3 F, T, F
USPS_RESID OFTString 100% 3 ?, T, ?
CENSUS_TRA OFTInteger64 100% 124 47000, 46103, 46101
CENSUS_BLK OFTInteger 100% 5 2, 2, 2
CENSUS_BLO OFTInteger 100% 1.3k 2133, 2008, 2026
AREA_METER OFTReal 100% 50.0k 6399.30606260537, 4562.38867529561, 332.542899938309
FLD_ZONE OFTString 58% 57 {D}, {D}, {D}
ZONE_SUBTY OFTString 58% 45 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 91% 30 2409872, 2409872, 2409872
ELEVATION OFTString 99% 50.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 100% 50.0k AAAXsYZj1NWFBljP, AAAXsVc2rdUAPL0Q, AAAXsRiQ27c4XFh_
CALC_ACREA OFTReal 100% 50.0k 1.58133252113041, 1.1274118655523, 0.0821746760037555
COUNTY_NAM OFTString 100% 1 Riverside, Riverside, Riverside
COUNTY_FIP OFTInteger64 100% 1 6065, 6065, 6065
STATE_ABBR OFTString 100% 1 CA, CA, CA
CTY_ROW_ID OFTInteger64 100% 50.0k 265792, 526309, 523992

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.