COVID-19 Death Counts In The US By County
Provisional COVID-19 Death Counts in the United States by County
@kaggle.tunguz_covid19_death_counts_in_the_us_by_county
Provisional COVID-19 Death Counts in the United States by County
@kaggle.tunguz_covid19_death_counts_in_the_us_by_county
Provisional count of deaths involving coronavirus disease 2019 (COVID-19) by county of occurrence, in the United States, 2020-2021.
National Center for Health Statistics
Deaths with confirmed or presumed COVID-19, coded to ICD–10 code U07.1. Counties included in this table have more than one (1) death overall at the time of analysis. Number of deaths reported in this table are the total number of deaths received and coded as of the date of analysis and do not represent all deaths that occurred in that period. Data during this period are incomplete because of the lag in time between when the death occurred and when the death certificate is completed, submitted to NCHS and processed for reporting purposes.
CREATE TABLE provisional_covid_19_death_counts_in_the_united_states_9c459e86 (
"date_as_of" TIMESTAMP,
"start_date" TIMESTAMP,
"end_date" TIMESTAMP,
"state" VARCHAR,
"county_name" VARCHAR,
"fips_county_code" BIGINT,
"urban_rural_code" VARCHAR,
"deaths_involving_covid_19" DOUBLE,
"deaths_from_all_causes" DOUBLE,
"footnote" VARCHAR
);Anyone who has the link will be able to view this.