COVID-19 County Vaccinations By Date
City of Bloomington
@usgov.city_of_bloomington_covid_19_county_vaccinations_by_date_0176b
City of Bloomington
@usgov.city_of_bloomington_covid_19_county_vaccinations_by_date_0176b
CREATE TABLE table_1 (
"date" TIMESTAMP,
"county" VARCHAR,
"region" DOUBLE,
"fips" DOUBLE,
"first_dose_administered" BIGINT,
"second_dose_administered" BIGINT,
"single_dose_administered" BIGINT,
"all_doses_administered" BIGINT,
"fully_vaccinated" BIGINT,
"new_first_dose_administered" BIGINT,
"new_second_dose_administered" BIGINT,
"new_single_dose_administered" BIGINT,
"new_all_doses_administered" BIGINT,
"new_fully_vaccinated" BIGINT,
"current_as_of" TIMESTAMP
);
Anyone who has the link will be able to view this.