COVID-19 Daily Testing - By Test - Historical
City of Chicago
@usgov.city_of_chicago_covid_19_daily_testing_by_test
City of Chicago
@usgov.city_of_chicago_covid_19_daily_testing_by_test
CREATE TABLE table_1 (
"date" TIMESTAMP,
"day" VARCHAR,
"positive_tests" BIGINT,
"not_positive_tests" BIGINT,
"total_tests" BIGINT,
"tests_age_0_17" BIGINT,
"tests_age_18_29" BIGINT,
"tests_age_30_39" BIGINT,
"tests_age_40_49" BIGINT,
"tests_age_50_59" BIGINT,
"tests_age_60_69" BIGINT,
"tests_age_70_79" BIGINT,
"tests_age_80" BIGINT,
"tests_age_unknown" BIGINT,
"tests_female" BIGINT,
"tests_male" BIGINT,
"tests_gender_unknown" BIGINT,
"tests_latinx" BIGINT,
"tests_asian_non_latinx" BIGINT,
"tests_black_non_latinx" BIGINT,
"tests_white_non_latinx" BIGINT,
"tests_other_race_non_latinx" BIGINT,
"tests_unknown_race_ethnicity" BIGINT,
"positive_tests_age_0_17" BIGINT,
"positive_tests_age_18_29" BIGINT,
"positive_tests_age_30_39" BIGINT,
"positive_tests_age_40_49" BIGINT,
"positive_tests_age_50_59" BIGINT,
"positive_tests_age_60_69" BIGINT,
"positive_tests_age_70_79" BIGINT,
"positive_tests_age_80" BIGINT,
"positive_tests_age_unknown" BIGINT,
"positive_tests_female" BIGINT,
"positive_tests_male" BIGINT,
"positive_tests_unknown_gender" BIGINT,
"positive_tests_latinx" BIGINT,
"positive_tests_asian_non_latinx" BIGINT,
"positive_tests_black_non_latinx" BIGINT,
"positive_tests_white_non_latinx" BIGINT,
"positive_tests_other_race_non_latinx" BIGINT,
"positive_tests_unknown_race_ethnicity" BIGINT,
"not_positive_tests_age_0_17" BIGINT,
"not_positive_tests_age_18_29" BIGINT,
"not_positive_tests_age_30_39" BIGINT,
"not_positive_tests_age_40_49" BIGINT,
"not_positive_tests_age_50_59" BIGINT,
"not_positive_tests_age_60_69" BIGINT,
"not_positive_tests_age_70_79" BIGINT,
"not_positive_tests_age_80" BIGINT,
"not_positive_tests_age_unknown" BIGINT,
"not_positive_tests_female" BIGINT,
"not_positive_tests_male" BIGINT,
"not_positive_tests_gender_unknown" BIGINT,
"not_positive_tests_latinx" BIGINT,
"not_positive_tests_asian_non_latinx" BIGINT,
"not_positive_tests_black_non_latinx" BIGINT,
"not_positive_tests_white_non_latinx" BIGINT,
"not_positive_tests_other_race_non_latinx" BIGINT,
"not_positive_tests_unknown_race_ethnicity" BIGINT
);
Anyone who has the link will be able to view this.