Baselight

COVID-19 India

Latest statewise data of COVID-19 in India

@kaggle.swaptr_covid19_state_data

Loading...
Loading...

About this Dataset

COVID-19 India

This dataset is a comprehensive collection of data related to the spread of COVID-19 in India. It captures the number of confirmed cases and deaths in each state and union territory of India from the first reported case in January 2020 to the present day. The dataset was created to provide an understanding of the extent of the COVID-19 pandemic in India. It is important because it allows researchers, policy-makers and citizens to gain insights into the various factors that may be driving the spread of the virus in different states and regions of India. It also provides valuable information for researchers trying to understand the dynamics of the pandemic in India.

This dataset is important because it allows us to understand the current situation of the pandemic in India and to monitor the progress of the virus in each state. It can also be used to measure the effectiveness of the strategies implemented by the Indian Government to contain the spread of the virus. The dataset is applicable to anyone interested in understanding the dynamics of the COVID-19 pandemic in India, such as policy-makers, researchers, citizens, NGOs and media. It can be used to gain insights into the current situation and to track the progress of the virus in each state. It can also be used to monitor the effectiveness of the strategies implemented by the Indian Government to contain the spread of the virus.

Overall, this dataset provides a comprehensive view of the COVID-19 pandemic in India. It is updated on a daily basis, and provides essential information that is useful for researchers, policy-makers and citizens. It is an invaluable resource that can be used to understand the dynamics of the virus and to monitor the progress of the virus in each state.

Tables

Covid

@kaggle.swaptr_covid19_state_data.covid
  • 10.51 KB
  • 36 rows
  • 11 columns
Loading...

CREATE TABLE covid (
  "state" VARCHAR,
  "confirmed" BIGINT,
  "active" BIGINT,
  "passive" BIGINT,
  "deaths" BIGINT,
  "dose1" BIGINT,
  "dose2" BIGINT,
  "dose3" BIGINT,
  "precaution_dose" BIGINT,
  "total_doses" BIGINT,
  "population" BIGINT
);

Covid Data

@kaggle.swaptr_covid19_state_data.covid_data
  • 683.53 KB
  • 28568 rows
  • 7 columns
Loading...

CREATE TABLE covid_data (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "region" VARCHAR,
  "confirmed" BIGINT,
  "active" DOUBLE,
  "cured" DOUBLE,
  "deaths" DOUBLE
);

Weekly Data

@kaggle.swaptr_covid19_state_data.weekly_data
  • 14.73 KB
  • 102 rows
  • 11 columns
Loading...

CREATE TABLE weekly_data (
  "startdate" TIMESTAMP,
  "enddate" TIMESTAMP,
  "total" BIGINT,
  "dose_one" BIGINT,
  "dose_two" BIGINT,
  "dose_precaution" BIGINT,
  "children" BIGINT,
  "teens" BIGINT,
  "adults" BIGINT,
  "middle_aged" BIGINT,
  "senior" BIGINT
);

Weekly Registrations

@kaggle.swaptr_covid19_state_data.weekly_registrations
  • 15.09 KB
  • 110 rows
  • 11 columns
Loading...

CREATE TABLE weekly_registrations (
  "startdate" TIMESTAMP,
  "enddate" TIMESTAMP,
  "total" BIGINT,
  "children" BIGINT,
  "teens" BIGINT,
  "adults" BIGINT,
  "middle_aged" BIGINT,
  "seniors" BIGINT,
  "male" BIGINT,
  "female" BIGINT,
  "others" BIGINT
);

Share link

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