Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.08 KB

COVID19-india-analysis

This project is created as to understand the increase in confirmed COVID-19 cases in India.

In this project I have created the Racing Bar Graph for increase in confirm cases of each State in India from January,2020 to May,2020.

Various articles were reffered by me to understand Racing Bar Graph.

Links for reference:

 1) https://towardsdatascience.com/bar-chart-race-in-python-with-matplotlib-8e687a5c8a41
 2) https://www.kaggle.com/caniban/bar-chart-race-with-matplotlib
 3) https://documenter.getpostman.com/view/10724784/SzYXXKmA?version=latest

Data used is from API: https://api.covid19india.org/raw_data.json

Topics covered in this Notebook are:
  • Preprocessing of Raw Data
  • Bar graph of confirmed cases in India for all states on Single Day
  • Racing Bar graph for all states from 30th January,2020 to 1st May,2020

Snapshot from notebook

Screenshot

Note: Data in this api is getting updated slowly so you might see differences in count.