Baselight

COVID-19 India

Ministry of Health and Family Welfare Website Data

@kaggle.shivanshsinghal107_covid19_india_dataset

Loading...
Loading...

About this Dataset

COVID-19 India

Content

The data will be updated in every 24 Hrs

Each row represents the cases of respective State/UT in the latest 24 Hrs.
Each column represents Number of Active, Confirmed, Deaths, and Recovered cases in respective States/UT of India.

Acknowledgements

https://www.mohfw.gov.in/ & https://www.mygov.in/corona-data/covid19-statewise-status/

Inspiration

https://github.com/shivanshsinghal107/covid-19-dataset

Tables

Covid India

@kaggle.shivanshsinghal107_covid19_india_dataset.covid_india
  • 6.5 KB
  • 36 rows
  • 6 columns
Loading...

CREATE TABLE covid_india (
  "s_no" BIGINT,
  "name_of_state_ut" VARCHAR,
  "active_cases" BIGINT,
  "cured_discharged_migrated" BIGINT,
  "deaths" BIGINT,
  "total_confirmed_cases" BIGINT
);

Share link

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