compass.utilities.counties.load_counties_from_fp#
- load_counties_from_fp(county_fp)[source]#
Load county info base don counties in the input fp
- Parameters:
county_fp (path-like) – Path to csv file containing “County” and “State” columns that define the counties for which info should be loaded.
- Returns:
pd.DataFrame
– DataFrame containing county info like names, FIPS, websites, etc. for all requested counties (that were found).