California Notary County Codes

Numeric county codes used by California government.

sandiegodata.org-county_codes-ca-3

Resources | Packages | Documentation| Contacts| Data Dictionary

Resources

Documentation

These county codes are used in California Department of Education CDS identification numbers, and a variety of other places. They are different from the FIPS codes for counties used by the US Census.

These codes were scraped from a website.

Versions

  1. Initial version
  2. Added Census FIPS codes and Census county names
  3. Fixed error
  • Codes pageThe webpage the codes were scraped from

Contacts

Packages

Accessing Packages in Metapack

import metapack as mp
pkg = mp.open_package('http://library.metatab.org/sandiegodata.org-county_codes-ca-3.zip')

# Create Dataframes

ca_county_codes_df = pkg.resource('ca_county_codes').dataframe()

Data Dictionary

ca_county_codes

ca_county_codes

Column NameData TypeDescription
notary_codestringCounty code used by the California notary and Secretary of State
fips_codestringCounty code used by the US Census
simple_namestringSimple county name
census_namestringCounty name in the US Census

Last Modified 2019-08-08T20:13:28

Packages

Accessing Packages in Metapack

import metapack as mp
pkg = mp.open_package('http://library.metatab.org/sandiegodata.org-county_codes-ca-3.zip')

# Create Dataframes

ca_county_codes_df = pkg.resource('ca_county_codes').dataframe()