US Vaccination Progress
State-by-State Vaccination Progress
@kaggle.bumjunkoo_us_vaccination_progress
State-by-State Vaccination Progress
@kaggle.bumjunkoo_us_vaccination_progress
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.