Provisional COVID-19 Death Counts By Week Ending Date And State
U.S. Department of Health & Human Services
@usgov.hhs_gov_provisional_covid_19_death_counts_by_week_endi_3aeb5c19
U.S. Department of Health & Human Services
@usgov.hhs_gov_provisional_covid_19_death_counts_by_week_endi_3aeb5c19
Effective September 27, 2023, this dataset will be updated weekly on Thursdays. Deaths involving COVID-19, pneumonia, and influenza reported to NCHS by week ending date and by state
Organization: U.S. Department of Health & Human Services
Last updated: 2020-11-10T16:16:28.198657
Tags: all-causes, coronavirus, covid-19, deaths, influenza, monthly, mortality, nchs, nvss, pneumonia, provisional, puerto-rico, state, united-states, weekly, yearly
CREATE TABLE table_1 (
"data_as_of" TIMESTAMP,
"start_date" TIMESTAMP,
"end_date" TIMESTAMP,
"group" VARCHAR,
"year" VARCHAR,
"month" DOUBLE,
"mmwr_week" DOUBLE,
"week_ending_date" TIMESTAMP,
"state" VARCHAR,
"covid_19_deaths" DOUBLE,
"total_deaths" DOUBLE,
"percent_of_expected_deaths" DOUBLE,
"pneumonia_deaths" DOUBLE,
"pneumonia_and_covid_19_deaths" DOUBLE,
"influenza_deaths" DOUBLE,
"pneumonia_influenza_or_covid_19_deaths" DOUBLE -- Pneumonia, Influenza, Or COVID-19 Deaths,
"footnote" VARCHAR
);Anyone who has the link will be able to view this.