Influenza Surveillance Weekly - Historical
City of Chicago
@usgov.city_of_chicago_influenza_surveillance_weekly
City of Chicago
@usgov.city_of_chicago_influenza_surveillance_weekly
CREATE TABLE table_1 (
"mmwr_week" BIGINT,
"week_start" TIMESTAMP,
"week_end" TIMESTAMP,
"flu_risk_level" VARCHAR,
"influenza_season" VARCHAR,
"hosp_flu_icu_weekly" BIGINT,
"hosp_flu_icu_cumulative" BIGINT,
"lab_flu_tested" BIGINT,
"lab_flu_positive" BIGINT,
"lab_flu_pct_positive" DOUBLE,
"lab_tot_a_positive" BIGINT,
"lab_tot_b_positive" BIGINT,
"lab_tot_h1n1_positive" BIGINT,
"lab_tot_h3n2_positive" BIGINT,
"lab_tot_notsubtyped_positive" BIGINT,
"lab_tot_tested_cumulative" BIGINT,
"lab_tot_positive_cumulative" BIGINT,
"lab_pct_positive_cumulative" DOUBLE,
"ili_tot_ili_ilinet" BIGINT,
"ili_tot_seen_ilinet" BIGINT,
"ili_pct_positive_ilinet" DOUBLE,
"ili_tot_ili_essence" BIGINT,
"ili_tot_seen_essence" BIGINT,
"ili_pct_positive_essence" DOUBLE,
"pediatric_deaths" BIGINT,
"record_id" VARCHAR
);
Anyone who has the link will be able to view this.