Latest COVID-19 India Vaccine Data ( State-wise )
Covid-19 statewise vaccine data as on 03 August 2021
@kaggle.sagarsahni3_latest_covid19_india_vaccine_data_statewise
Covid-19 statewise vaccine data as on 03 August 2021
@kaggle.sagarsahni3_latest_covid19_india_vaccine_data_statewise
Covid-19 vaccine data from all the states and union territories of India as on August 03,2021.
State/UTs - Names of states and union territories of India
Dose 1 - Number of first dose of vaccine given
Dose 2 - Number of second dose of vaccine given
Total Vaccination Doses- Total number of vaccine doses given
IF YOU FIND THE DATA USEFUL, PLEASE UP-VOTE IT.
CREATE TABLE covid_19_india_statewise_vaccine_data (
"state_uts" VARCHAR,
"dose_1" BIGINT,
"dose_2" BIGINT,
"total_vaccination_doses" BIGINT
);
Anyone who has the link will be able to view this.