Coronavirus (COVID-19) Vaccinations
Complete Vaccination Data of People in the World (Updated Weekly)
@kaggle.pavan9065_coronavirus_covid19_vaccinations
Complete Vaccination Data of People in the World (Updated Weekly)
@kaggle.pavan9065_coronavirus_covid19_vaccinations
CREATE TABLE vaccine (
"date" TIMESTAMP,
"location" VARCHAR,
"total_vaccinations" DOUBLE,
"people_vaccinated" DOUBLE,
"people_fully_vaccinated" DOUBLE,
"total_boosters" DOUBLE,
"new_vaccinations" DOUBLE,
"new_vaccinations_smoothed" DOUBLE,
"total_vaccinations_per_hundred" DOUBLE,
"people_vaccinated_per_hundred" DOUBLE,
"people_fully_vaccinated_per_hundred" DOUBLE,
"total_boosters_per_hundred" DOUBLE,
"new_vaccinations_smoothed_per_million" DOUBLE
);
Anyone who has the link will be able to view this.