Skip to content

Instantly share code, notes, and snippets.

@Ayeeta
Created September 11, 2019 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ayeeta/4ad2a5a84cad9c2e96944fb0ee6657b5 to your computer and use it in GitHub Desktop.
Save Ayeeta/4ad2a5a84cad9c2e96944fb0ee6657b5 to your computer and use it in GitHub Desktop.
visualize international migration 2013
int_migration_graph_2013 = px.line(states, x = 'State', y = "INTERNATIONAL_MIG_2013", title='International Migration 2013')
int_migration_graph_2013.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment