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