Created
September 21, 2020 10:37
-
-
Save BexTuychiev/0d5d7959d2f937808eec67d27b07c033 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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