Convert FIPS codes to state names

plot_utils._convert_FIPS_to_state_name(dict1)[source]

Convert state FIPS codes such as ‘01’ and ‘45’ into full state names.

Parameter

dict1dict

A dictionary whose keys are 2-digit FIPS codes of state names.

returns:

dict3 – A dictionary whose keys are state abbreviations. Its values of each state come from dict.

rtype:

dict