USA COVID-19 Vaccinations
State-by-state data on COVID-19 vaccinations in the United States
@kaggle.paultimothymooney_usa_covid19_vaccinations
State-by-state data on COVID-19 vaccinations in the United States
@kaggle.paultimothymooney_usa_covid19_vaccinations
CREATE TABLE us_state_vaccinations (
"date" TIMESTAMP,
"location" VARCHAR,
"total_vaccinations" DOUBLE,
"total_distributed" DOUBLE,
"people_vaccinated" DOUBLE,
"people_fully_vaccinated_per_hundred" DOUBLE,
"total_vaccinations_per_hundred" DOUBLE,
"people_fully_vaccinated" DOUBLE,
"people_vaccinated_per_hundred" DOUBLE,
"distributed_per_hundred" DOUBLE,
"daily_vaccinations_raw" DOUBLE,
"daily_vaccinations" DOUBLE,
"daily_vaccinations_per_million" DOUBLE,
"share_doses_used" DOUBLE,
"total_boosters" DOUBLE,
"total_boosters_per_hundred" DOUBLE
);
Anyone who has the link will be able to view this.