Latest Covid-19 India Statewise Data
Covid-19 India Statewise Data as on September 12, 2023
@kaggle.anandhuh_latest_covid19_india_statewise_data
Covid-19 India Statewise Data as on September 12, 2023
@kaggle.anandhuh_latest_covid19_india_statewise_data
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
Covid Data : https://www.mygov.in/covid-19
Population Data : https://www.indiacensus.net/
https://www.kaggle.com/anandhuh/datasets
Please appreciate the effort with an upvote 👍
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
);
Anyone who has the link will be able to view this.