elm.ords.utilities.counties.county_websites
- county_websites(county_info=None)[source]
Load mapping of county name and state to website.
- Parameters:
county_info (pd.DataFrame, optional) – DataFrame containing county names and websites. If
None, this info is loaded usingload_county_info(). By default,None.- Returns:
dict – Dictionary where keys are tuples of (county, state) and keys are the relevant website URL. Note that county and state names are lowercase.