Skip to content

Instantly share code, notes, and snippets.

@Ayeeta
Created September 18, 2019 13:54
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/8c0ea216be35b49273d4da116a6b3476 to your computer and use it in GitHub Desktop.
Save Ayeeta/8c0ea216be35b49273d4da116a6b3476 to your computer and use it in GitHub Desktop.
Visualize POVALL_2017 against State
poverty_data_2017 = px.line(states, x='State', y='POVALL_2017', title='Poverty Estimates 2017')
poverty_data_2017.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment