Learn practical skills, build real-world projects, and advance your career

Important

  • Data is from 31 dec'2019 to 19 sep'2020.
  • Data is taken from ourworldindata.org.
  • All the analysis is based on the provided data.
import pandas as pd
covid_df = pd.read_csv('owid-covid-data.csv')
covid_data = covid_df[covid_df.location == 'India']
covid_data.reset_index(drop=True, inplace=True)