The load_data Module

load_county_codes()[source]

Read in data file listing all counties in the US, with their state and county FIPS codes

Returns

pandas data frame

load_state_codes()[source]

Read in data file listing all states in the US, with their FIPS codes

Returns

pandas data frame