Skip to content

Instantly share code, notes, and snippets.

@ericgitonga
Last active May 25, 2021 10:09
Show Gist options
  • Save ericgitonga/2e17bc61ecbd275a9e110118a51ef3d6 to your computer and use it in GitHub Desktop.
Save ericgitonga/2e17bc61ecbd275a9e110118a51ef3d6 to your computer and use it in GitHub Desktop.
Code to read in state names
states = pd.read_csv('temp/us-states.csv', sep = ' - ', engine = 'python',
header = None, names = ['State', 'Abbreviation'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment