AH Excess Deaths By Sex, Age, And Race And Hispanic Origin
U.S. Department of Health & Human Services
@usgov.hhs_gov_ah_excess_deaths_by_sex_age_and_race_2d26a
U.S. Department of Health & Human Services
@usgov.hhs_gov_ah_excess_deaths_by_sex_age_and_race_2d26a
Weekly data on the number of deaths from all causes by sex, age group, and race/Hispanic origin group for the United States. Counts of deaths in more recent weeks can be compared with counts from earlier years (2015-2019) to determine if the number is higher than expected.
Organization: U.S. Department of Health & Human Services
Last updated: 2020-11-14T18:50:36.337649
Tags: age, age-group, all-causes, coronavirus, covid-19, deaths, excess-deaths, hispanic-origin, mortality, nchs, nvss, provisional, race, sex, united-states, weekly
CREATE TABLE table_1 (
"analysisdate" TIMESTAMP,
"time_period" VARCHAR,
"mmwryear" BIGINT,
"mmwrweek" BIGINT,
"weekending" TIMESTAMP,
"raceethnicity" VARCHAR,
"sex" VARCHAR,
"agegroup" VARCHAR,
"deaths_weighted" BIGINT -- Deaths (weighted),
"covid19_weighted" BIGINT -- COVID19 (weighted),
"deaths_unweighted" BIGINT -- Deaths (unweighted),
"covid19_unweighted" BIGINT -- COVID19 (unweighted),
"average_number_of_deaths_weighted" BIGINT -- Average Number Of Deaths (weighted),
"average_number_of_deaths_unweighted" BIGINT -- Average Number Of Deaths (unweighted),
"number_above_average_weighted" DOUBLE -- Number Above Average (weighted),
"percent_above_average_weighted" DOUBLE -- Percent Above Average (weighted),
"number_above_average_unweighted" DOUBLE -- Number Above Average (unweighted),
"percent_above_average_unweighted" DOUBLE -- Percent Above Average (unweighted),
"footnote" VARCHAR,
"geography" VARCHAR
);Anyone who has the link will be able to view this.