Skip to content

Instantly share code, notes, and snippets.

@fk-pixel
Last active August 24, 2020 16:49
Show Gist options
  • Save fk-pixel/f0ed0d441b57c87e1bd03aa4ccb09bdd to your computer and use it in GitHub Desktop.
Save fk-pixel/f0ed0d441b57c87e1bd03aa4ccb09bdd to your computer and use it in GitHub Desktop.
corona_dataset_aggregated.loc["China"]
#ayni veriyi plot ile görsellestirmek istersek:
corona_dataset_aggregated.loc["China"].plot()
#grafikte kime ait oldugu da gösterilsin istersek:
plt.legend()
#sadece veri setimizdeki ilk 3 günün verisini Cin icin göstermek istersek:
corona_dataset_aggregated.loc["China"][:3].plot()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment