Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created April 27, 2021 08:59
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 amankharwal/c682ae77443689c0085d570b34e1881d to your computer and use it in GitHub Desktop.
Save amankharwal/c682ae77443689c0085d570b34e1881d to your computer and use it in GitHub Desktop.
data.reset_index().plot(x="geoName", y="Machine Learning",
figsize=(20,15), kind="bar")
plt.style.use('fivethirtyeight')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment