compass.utilities.jurisdictions.load_jurisdictions_from_fp#

load_jurisdictions_from_fp(jurisdiction_fp)[source]#

Load jurisdiction info based on jurisdictions in the input fp

Parameters:

jurisdiction_fp (path-like) – Path to csv file containing “County” and “State” columns that define the jurisdictions for which info should be loaded.

Returns:

pd.DataFrame – DataFrame containing jurisdiction info like names, FIPS, websites, etc. for all requested jurisdictions (that were found).