Free Parcel Data

California Alameda County

Field dictionary

GEOID06001
Aged

49 attribute fields, profiled from the January 2021 vintage.

Columns in Alameda County

Field Type Filled Distinct Example values
PARCEL_ID OFTString 100% 50.0k 069 002811300, 069 002811400, 069 002811500
SITUS OFTString 99% 50.0k E SHORE DR ALAMEDA 94501, E SHORE DR ALAMEDA 94501, E SHORE DR ALAMEDA 94501
ADDR_NUMBE OFTString 94% 28.2k 1750, 1755, 1900
STREET_PRE OFTString 2% 4 E, E, E
STREET_NAM OFTString 99% 5.7k SHORE, SHORE, SHORE
STREET_SUF OFTString 0% 4 W, E, E
STREET_TYP OFTString 97% 39 Dr, Dr, Dr
SITUS_CITY OFTString 81% 16 ALAMEDA, ALAMEDA, ALAMEDA
SITUS_ZIP OFTString 81% 44 94502, 94502, 94502
ADDR_SEC_U OFTString 0% 1 LOT, LOT, LOT
ADDR_SE_01 OFTString 0% 6 6, 6, 5
OWNER OFTString 98% 50.0k CITY OF ALAMEDA, CITY OF ALAMEDA, CITY OF ALAMEDA
TRANS_DATE OFTDate 99% 11.7k 1984-10-16, 1984-10-16, 1984-10-16
BLDG_SQFT OFTInteger64 100% 9.7k 0, 0, 0
STORY_HEIG OFTReal 100% 18 0.0, 0.0, 0.0
LAND_USE_C OFTString 99% 153 0300, 0300, 0300
LAND_US_01 OFTString 94% 5 Agricultural, Agricultural, Agricultural
LAND_COVER OFTString 100% 5.7k {"11": 5}, {"11": 5}, {"11": 5}
MUNI_ID OFTInteger64 100% 4 1935006, 1935006, 1935006
SCHOOL_DIS OFTInteger64 100% 15 601770, 601770, 601770
MKT_VAL_LA OFTReal 100% 50.0k 0.0, 0.0, 0.0
MKT_VAL_BL OFTReal 100% 50.0k 0.0, 0.0, 0.0
MKT_VAL_TO OFTReal 100% 50.0k 0.0, 0.0, 0.0
ZIP_CODE OFTString 100% 36 94501, 94501, 94501
BUILDINGS OFTInteger64 99% 53 0, 0, 0
TOTAL_BATH OFTReal 100% 265 0.0, 0.0, 0.0
BEDROOMS OFTInteger64 100% 228 0, 0, 0
TOTAL_ROOM OFTInteger64 100% 297 0, 0, 0
EFF_YEAR_B OFTInteger64 100% 153 0, 0, 0
YEAR_BUILT OFTInteger64 100% 154 0, 0, 0
MAIL_ADDRE OFTString 100% 3.1k ALAMEDA CA 94501, ALAMEDA CA 94501, ALAMEDA CA 94501
MAIL_AD_01 OFTString 100% 50.0k 2263 SANTA CLARA AVE, 2263 SANTA CLARA AVE, 2263 SANTA CLARA AVE
OWNER_OCCU OFTString 100% 3 F, F, F
USPS_RESID OFTString 100% 3 ?, ?, ?
CENSUS_TRA OFTInteger64 100% 210 428200, 428200, 428200
CENSUS_BLK OFTInteger 100% 7 2, 2, 2
CENSUS_BLO OFTInteger 100% 435 2001, 2001, 2001
AREA_METER OFTReal 100% 50.0k 1279.9231672471, 1369.84618359073, 1394.36498320768
FLD_ZONE OFTString 10% 72 {VE}, {VE}, {VE}
ZONE_SUBTY OFTString 10% 36 {NULL}, {NULL}, {NULL}
PLACE_GNIS OFTInteger64 100% 19 2409669, 2409669, 2409669
ALT_ID_1 OFTString 100% 50.0k 69-28-113, 69-28-114, 69-28-115
ELEVATION OFTString 100% 50.0k {"max": 93.65625, "min": 92.8664779663086, "mean": 93.28125}, {"max": 0.0, "min": 0.0, "mean": 0.0}, {"max": 0.0, "min": 0.0, "mean": 0.0}
ROBUST_ID OFTString 100% 50.0k AAAXcfz32obleGW7, AAAXcXZ3bN8cXPxv, AAAXcUsv-n1dAzUi
CALC_ACREA OFTReal 100% 50.0k 0.316281813858431, 0.338502690427105, 0.34456153100045
COUNTY_NAM OFTString 100% 1 Alameda, Alameda, Alameda
COUNTY_FIP OFTInteger64 100% 1 6001, 6001, 6001
STATE_ABBR OFTString 100% 1 CA, CA, CA
CTY_ROW_ID OFTInteger64 100% 50.0k 302525, 302510, 302569

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.