COVID-19 India
Ministry of Health and Family Welfare Website Data
@kaggle.shivanshsinghal107_covid19_india_dataset
Ministry of Health and Family Welfare Website Data
@kaggle.shivanshsinghal107_covid19_india_dataset
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
);
Anyone who has the link will be able to view this.