Skip to content

Instantly share code, notes, and snippets.

@Ayeeta
Created September 11, 2019 12:20
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/3ecd0657a63c98fad013310227f1798d to your computer and use it in GitHub Desktop.
Save Ayeeta/3ecd0657a63c98fad013310227f1798d to your computer and use it in GitHub Desktop.
visualize international migrant settlements in florida
florida_graph_2018 = px.line(florida, x = 'Area_Name', y = 'INTERNATIONAL_MIG_2018', title = 'Internation Migration Settlement in Florida')
florida_graph_2018.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment