compass.utilities.jurisdictions.jurisdiction_websites#
- jurisdiction_websites(jurisdiction_info=None)[source]#
Load mapping of jurisdiction name and state to website
- Parameters:
jurisdiction_info (
pandas.DataFrame, optional) – DataFrame containing jurisdiction names and websites. IfNone, this info is loaded usingload_all_jurisdiction_info(). By default,None.- Returns:
dict– Dictionary where keys are FIPS codes and values are the relevant website URL.