COVID-19, Vaccinations (United States)
@owid.vaccinations_us
@owid.vaccinations_us
CREATE TABLE owid_vaccinations_us (
"state" VARCHAR,
"date" TIMESTAMP,
"total_vaccinations" UINTEGER,
"total_distributed" UINTEGER,
"people_vaccinated" UINTEGER,
"people_fully_vaccinated_per_hundred" FLOAT,
"total_vaccinations_per_hundred" FLOAT,
"people_fully_vaccinated" UINTEGER,
"people_vaccinated_per_hundred" FLOAT,
"distributed_per_hundred" FLOAT,
"daily_vaccinations_raw" UINTEGER,
"daily_vaccinations" UINTEGER,
"daily_vaccinations_per_million" INTEGER,
"share_doses_used" FLOAT,
"total_boosters" UINTEGER,
"total_boosters_per_hundred" FLOAT
);
Anyone who has the link will be able to view this.