Creating a Bar Chart Race for the COVID19 cases reported by countries.
https://ourworldindata.org/coronavirus-data
- Download the data from the website as an xlsx file.
- Arrange the data as a pandas data frame in the required format for the python package bar_chart_race.
- Use bar_chart_race to generate the mp4 video and save it.
Python 3
pandas
numpy
bar_chart_race