Weekly Counts Of Deaths By Jurisdiction, And Race And Hispanic Origin
U.S. Department of Health & Human Services
@usgov.hhs_gov_weekly_counts_of_deaths_by_jurisdiction_and_ra_360edc01
U.S. Department of Health & Human Services
@usgov.hhs_gov_weekly_counts_of_deaths_by_jurisdiction_and_ra_360edc01
CREATE TABLE table_1 (
"jurisdiction" VARCHAR,
"week_ending_date" TIMESTAMP,
"state_abbreviation" VARCHAR,
"mmwryear" BIGINT,
"mmwrweek" BIGINT,
"race_ethnicity" VARCHAR,
"time_period" VARCHAR,
"suppress" VARCHAR,
"note" VARCHAR,
"outcome" VARCHAR,
"number_of_deaths" DOUBLE,
"average_number_of_deaths_in_time_period" DOUBLE,
"difference_from_2015_2019_to_2020" DOUBLE,
"percent_difference_from_2015_2019_to_2020" DOUBLE,
"type" VARCHAR
);
Anyone who has the link will be able to view this.