NNDSS - TABLE 1Z. Pertussis To Poliomyelitis, Paralytic
U.S. Department of Health & Human Services
@usgov.hhs_gov_nndss_1z_pertussis_to_poliomyelitis_paralytic_27716
U.S. Department of Health & Human Services
@usgov.hhs_gov_nndss_1z_pertussis_to_poliomyelitis_paralytic_27716
CREATE TABLE table_1 (
"reporting_area" VARCHAR,
"mmwr_year" BIGINT,
"mmwr_week" BIGINT,
"pertussis_current_week" DOUBLE,
"pertussis_current_week_flag" VARCHAR,
"pertussis_previous_52_weeks_max" DOUBLE,
"pertussis_previous_52_weeks_max_flag" VARCHAR,
"pertussis_cum_2019" DOUBLE,
"pertussis_cum_2019_flag" VARCHAR,
"pertussis_cum_2018" DOUBLE,
"pertussis_cum_2018_flag" VARCHAR,
"plague_current_week" VARCHAR,
"plague_current_week_flag" VARCHAR,
"plague_previous_52_weeks_max" DOUBLE,
"plague_previous_52_weeks_max_flag" VARCHAR,
"plague_cum_2019" DOUBLE,
"plague_cum_2019_flag" VARCHAR,
"plague_cum_2018" DOUBLE,
"plague_cum_2018_flag" VARCHAR,
"poliomyelitis_paralytic_current_week" VARCHAR,
"poliomyelitis_paralytic_current_week_flag" VARCHAR,
"poliomyelitis_paralytic_previous_52_weeks_max" DOUBLE,
"poliomyelitis_paralytic_previous_52_weeks_max_flag" VARCHAR,
"poliomyelitis_paralytic_cum_2019" VARCHAR,
"poliomyelitis_paralytic_cum_2019_flag" VARCHAR,
"poliomyelitis_paralytic_cum_2018" VARCHAR,
"poliomyelitis_paralytic_cum_2018_flag" VARCHAR,
"location_1" VARCHAR,
"location_2" VARCHAR,
"reporting_area_sort" BIGINT
);
Anyone who has the link will be able to view this.