This notebook is a work towards creating a visualization of number of cases per million in top 7 seven states in India in terms of number of comfirmed cases.
- pandas
- numpy
- requests
- datetime
- matplotlib
- random
- Scraped html table from wikipedia on indian statewise population.
- Got data on cases timeseries from the covid19india.org API.
- Data exploration and cleaning for both data from Wikipedia and covid19india.org.
- A small analysis to smoothen the curves and do some calculated fields.
- Visualized top seven states(Pareto, 80/20 rule), using matplotlib.