Baselight

Latest Covid-19 India Statewise Data

Covid-19 India Statewise Data as on September 12, 2023

@kaggle.anandhuh_latest_covid19_india_statewise_data

Loading...
Loading...

About this Dataset

Latest Covid-19 India Statewise Data

About

This dataset contains latest Covid-19 India state-wise data as on September 12, 2023. This dataset can be used to analyze covid in India.
This dataset is great for Exploratory Data Analysis

Attribute Information

  1. State/UTs - Names of Indian States and Union Territories.
  2. Total Cases - Total number of confirmed cases
  3. Active - Total number of active cases
  4. Discharged - Total number of discharged cases
  5. Deaths - Total number of deaths
  6. Active Ratio (%) - Ratio of number of active cases to total cases
  7. Discharge Ratio (%) - Ratio of number of discharged cases to total cases
  8. Death Ratio (%) - Ratio of number of deaths to total cases
  9. Population - Population of State/UT

Source

Covid Data : https://www.mygov.in/covid-19
Population Data : https://www.indiacensus.net/

Other Updated Covid Datasets

https://www.kaggle.com/anandhuh/datasets
Please appreciate the effort with an upvote 👍

Thank You

Tables

Latest Covid 19 India Status

@kaggle.anandhuh_latest_covid19_india_statewise_data.latest_covid_19_india_status
  • 8.63 KB
  • 36 rows
  • 9 columns
Loading...

CREATE TABLE latest_covid_19_india_status (
  "state_uts" VARCHAR,
  "total_cases" BIGINT,
  "active" BIGINT,
  "discharged" BIGINT,
  "deaths" BIGINT,
  "active_ratio" DOUBLE,
  "discharge_ratio" DOUBLE,
  "death_ratio" DOUBLE,
  "population" BIGINT
);

Share link

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