COVID-19 Daily Vaccinations - Administered In Chicago - Historical
City of Chicago
@usgov.city_of_chicago_covid_19_daily_vaccinations_administer_e815cc3e
City of Chicago
@usgov.city_of_chicago_covid_19_daily_vaccinations_administer_e815cc3e
CREATE TABLE table_1 (
"date" TIMESTAMP,
"total_doses_daily" BIGINT,
"total_doses_cumulative" BIGINT,
"n_1st_dose_daily" BIGINT,
"n_1st_dose_cumulative" BIGINT,
"n_2nd_dose_daily" BIGINT,
"n_2nd_dose_cumulative" BIGINT,
"total_doses_daily_chicago_resident" BIGINT,
"total_doses_cumulative_chicago_resident" BIGINT,
"total_doses_daily_non_chicago_resident" BIGINT,
"total_doses_cumulative_non_chicago_resident" BIGINT,
"total_doses_daily_unknown_residency" BIGINT,
"total_doses_cumulative_unknown_residency" BIGINT,
"n_1st_dose_daily_chicago_resident" BIGINT,
"n_1st_dose_cumulative_chicago_resident" BIGINT,
"n_1st_dose_daily_non_chicago_resident" BIGINT,
"n_1st_dose_cumulative_non_chicago_resident" BIGINT,
"n_1st_dose_daily_unknown_residency" BIGINT,
"n_1st_dose_cumulative_unknown_residency" BIGINT,
"n_2nd_dose_daily_chicago_resident" BIGINT,
"n_2nd_dose_cumulative_chicago_resident" BIGINT,
"n_2nd_dose_daily_non_chicago_resident" BIGINT,
"n_2nd_dose_cumulative_non_chicago_resident" BIGINT,
"n_2nd_dose_daily_unknown_residency" BIGINT,
"n_2nd_dose_cumulative_unknown_residency" BIGINT
);
Anyone who has the link will be able to view this.