Latest COVID-19 India Statewise Vaccine Data
Covid-19 statewise vaccine data as on September 13, 2023
@kaggle.anandhuh_covid19_india_statewise_vaccine_data
Covid-19 statewise vaccine data as on September 13, 2023
@kaggle.anandhuh_covid19_india_statewise_vaccine_data
CREATE TABLE covid_19_india_statewise_vaccine_data (
"state_uts" VARCHAR,
"total_vaccination_doses" BIGINT,
"dose1" BIGINT,
"dose_2" BIGINT,
"dose_1_15_18" BIGINT,
"dose_2_15_18" BIGINT,
"dose_1_12_14" BIGINT,
"dose_2_12_14" BIGINT,
"precaution_18_59" BIGINT,
"population" BIGINT
);
Anyone who has the link will be able to view this.