Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 551 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 551 Bytes

Bar Chart Race - COVID19

Creating a Bar Chart Race for the COVID19 cases reported by countries.

Covid19 Bar Chart Race - Demo

Website used for fetching data

https://ourworldindata.org/coronavirus-data

Workflow

  1. Download the data from the website as an xlsx file.
  2. Arrange the data as a pandas data frame in the required format for the python package bar_chart_race.
  3. Use bar_chart_race to generate the mp4 video and save it.

Tools used

Python 3
pandas
numpy
bar_chart_race