Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 21, 2020 10:37
Show Gist options
  • Save BexTuychiev/0d5d7959d2f937808eec67d27b07c033 to your computer and use it in GitHub Desktop.
Save BexTuychiev/0d5d7959d2f937808eec67d27b07c033 to your computer and use it in GitHub Desktop.
plt.bar(medals.index, medals['Gold'])
plt.xticks(rotation=90)
plt.ylabel('# of gold medals')
plt.plot(climate_change['date'], climate_change['co2']);
_______________
TypeError: tzinfo argument must be
None or of a tzinfo subclass, not type 'UnitData'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment