Baselight

India States Covid Data

Coronavirus Dataset for indian States

@kaggle.sachinrajput17_india_states_covid_data

Loading...
Loading...

About this Dataset

India States Covid Data

Context

This data has the information for Confirmed, Active,Recovered , Deaths cases in India states due to COVID-19 virus.

Content

Data is in csv format and collected from India Health Ministry Website: https://www.mohfw.gov.in/

Credits

Data from India Health Ministry Website: [https://www.mohfw.gov.in/]
This data is fetched from MHO website https://www.mohfw.gov.in/ through web scrapping notebook :https://www.kaggle.com/sachinrajput17/web-scrapping-indian-states-covid-data.

Tables

N 07–25–2020data

@kaggle.sachinrajput17_india_states_covid_data.n_07_25_2020data
  • 5.24 KB
  • 36 rows
  • 5 columns
Loading...

CREATE TABLE n_07_25_2020data (
  "states" VARCHAR,
  "active" BIGINT,
  "recovered" BIGINT,
  "deaths" BIGINT,
  "confirmed" BIGINT
);

Share link

Anyone who has the link will be able to view this.