Created
May 14, 2013 18:10
-
-
Save benbreedlove/5578131 to your computer and use it in GitHub Desktop.
State abbreviations to state names
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
state_abbr = { | |
'AL' : 'Alabama', | |
'AK' : 'Alaska', | |
'AS' : 'America Samoa', | |
'AZ' : 'Arizona', | |
'AR' : 'Arkansas', | |
'CA' : 'California', | |
'CO' : 'Colorado', | |
'CT' : 'Connecticut', | |
'DE' : 'Delaware', | |
'DC' : 'District of Columbia', | |
'FM' : 'Micronesia1', | |
'FL' : 'Florida', | |
'GA' : 'Georgia', | |
'GU' : 'Guam', | |
'HI' : 'Hawaii', | |
'ID' : 'Idaho', | |
'IL' : 'Illinois', | |
'IN' : 'Indiana', | |
'IA' : 'Iowa', | |
'KS' : 'Kansas', | |
'KY' : 'Kentucky', | |
'LA' : 'Louisiana', | |
'ME' : 'Maine', | |
'MH' : 'Islands1', | |
'MD' : 'Maryland', | |
'MA' : 'Massachusetts', | |
'MI' : 'Michigan', | |
'MN' : 'Minnesota', | |
'MS' : 'Mississippi', | |
'MO' : 'Missouri', | |
'MT' : 'Montana', | |
'NE' : 'Nebraska', | |
'NV' : 'Nevada', | |
'NH' : 'New Hampshire', | |
'NJ' : 'New Jersey', | |
'NM' : 'New Mexico', | |
'NY' : 'New York', | |
'NC' : 'North Carolina', | |
'ND' : 'North Dakota', | |
'OH' : 'Ohio', | |
'OK' : 'Oklahoma', | |
'OR' : 'Oregon', | |
'PW' : 'Palau', | |
'PA' : 'Pennsylvania', | |
'PR' : 'Puerto Rico', | |
'RI' : 'Rhode Island', | |
'SC' : 'South Carolina', | |
'SD' : 'South Dakota', | |
'TN' : 'Tennessee', | |
'TX' : 'Texas', | |
'UT' : 'Utah', | |
'VT' : 'Vermont', | |
'VI' : 'Virgin Island', | |
'VA' : 'Virginia', | |
'WA' : 'Washington', | |
'WV' : 'West Virginia', | |
'WI' : 'Wisconsin', | |
'WY' : 'Wyoming' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment