Provisional COVID-19 Deaths By County, And Race And Hispanic Origin
U.S. Department of Health & Human Services
@usgov.hhs_gov_provisional_covid_19_death_counts_by_county_and_race
U.S. Department of Health & Human Services
@usgov.hhs_gov_provisional_covid_19_death_counts_by_county_and_race
Effective September 27, 2023, this dataset will no longer be updated. Similar data are accessible from wonder.cdc.gov.
County data on race and Hispanic origin is available for counties with more than 100 COVID-19 deaths. Deaths are cumulative from the week ending January 4, 2020 to the most recent reporting week, and based on county of occurrence. Data is provisional.
Urban-rural classification is based on the 2013 National Center for Health Statistics Urban-Rural Classification Scheme for Counties (https://www.cdc.gov/nchs/data_access/urban_rural.htm).
Organization: U.S. Department of Health & Human Services
Last updated: 2020-11-10T16:16:39.201202
Tags: all-causes, coronavirus, county, covid-19, deaths, hispanic-origin, mortality, nchs, nvss, provisional, race, united-states
CREATE TABLE table_1 (
"data_as_of" TIMESTAMP,
"start_date" TIMESTAMP,
"end_date" TIMESTAMP,
"state" VARCHAR,
"county_name" VARCHAR,
"urban_rural_code" BIGINT,
"fips_state" BIGINT,
"fips_county" BIGINT,
"fips_code" BIGINT,
"indicator" VARCHAR,
"total_deaths" BIGINT,
"covid_19_deaths" BIGINT,
"non_hispanic_white" DOUBLE,
"non_hispanic_black" DOUBLE,
"non_hispanic_american_indian_or_alaska_native" DOUBLE,
"non_hispanic_asian" DOUBLE,
"non_hispanic_native_hawaiian_or_other_pacific_islander" DOUBLE,
"hispanic" DOUBLE,
"other" DOUBLE,
"urban_rural_description" VARCHAR,
"footnote" VARCHAR
);Anyone who has the link will be able to view this.