We will download the latest corona data from:
https://raw.githubusercontent.com/datasets/covid-19/master/data/countries-aggregated.csv
The complete script is available on GitHub.
https://raw.githubusercontent.com/ag999git/jupyter_notebooks/master/corona_bar_animated
author:-AnuragGupta
mail:- 999.anuraggupta@gmail.com
source: opensource.com
Top comments (1)
Hey! Have you considered using realtime updates of COVID data as opposed to using a static csv file that you'll need to continuously update? I wrote a blog post about it here dev.to/tweettamimi/how-i-used-covi... would love your feedback and you can use to build on it! Let me know if you'd like to collaborate