Skip to content

Instantly share code, notes, and snippets.

@Ayeeta
Created September 11, 2019 11:17
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/c034798fe044cc5cf47513f50964d019 to your computer and use it in GitHub Desktop.
Save Ayeeta/c034798fe044cc5cf47513f50964d019 to your computer and use it in GitHub Desktop.
Visualize International Migrations to the US 2011
int_migration_graph_2011 = px.line(states, x = 'State', y = "INTERNATIONAL_MIG_2011", title='International Migration 2011')
int_migration_graph_2011.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment