Provisional Death Counts for Coronavirus Disease (COVID-19)
cdc_deaths_by_sex
A data frame with 3 rows and 10 variables:
data_as_of
date Date most recently updated
sex
character Sex
start_week
date Beginning week
end_week
date Ending week
covid_deaths
integer COVID deaths
total_deaths
integer Total deaths
percent_expected_deaths
double COLUMN_DESCRIPTION
pneumonia_deaths
integer COLUMN_DESCRIPTION
pneumonia_and_covid_deaths
integer COLUMN_DESCRIPTION
all_influenza_deaths_j09_j11
integer COLUMN_DESCRIPTION
Courtesy of Bob Rudis's cdccovidview package
Table: Data summary
Name | cdc_deaths_by_sex |
Number of rows | 3 |
Number of columns | 10 |
_______________________ | |
Column type frequency: | |
Date | 3 |
character | 1 |
numeric | 6 |
________________________ | |
Group variables | None |
Variable type: Date
skim_variable | n_missing | complete_rate | min | max | median | n_unique |
data_as_of | 0 | 1 | 2020-04-30 | 2020-04-30 | 2020-04-30 | 1 |
start_week | 0 | 1 | 2020-02-01 | 2020-02-01 | 2020-02-01 | 1 |
end_week | 0 | 1 | 2020-04-25 | 2020-04-25 | 2020-04-25 | 1 |
Variable type: character
skim_variable | n_missing | complete_rate | min | max | empty | n_unique | whitespace |
sex | 0 | 1 | 4 | 7 | 0 | 3 | 0 |
Variable type: numeric
skim_variable | n_missing | complete_rate | mean | sd | p0 | p25 | p50 | p75 | p100 | hist |
covid_deaths | 0 | 1 | 11507.33 | 10231.40 | 1.00 | 7470.50 | 14940.00 | 17260.50 | 19581.00 | ▇▁▁▇▇ |
total_deaths | 0 | 1 | 237795.00 | 206241.06 | 25.00 | 172555.00 | 345085.00 | 356680.00 | 368275.00 | ▃▁▁▁▇ |
percent_expected_deaths | 0 | 1 | 0.97 | 0.00 | 0.97 | 0.97 | 0.97 | 0.97 | 0.97 | ▁▁▇▁▁ |
pneumonia_deaths | 0 | 1 | 20908.33 | 18248.40 | 1.00 | 14545.00 | 29089.00 | 31362.00 | 33635.00 | ▃▁▁▁▇ |
pneumonia_and_covid_deaths | 0 | 1 | 5100.33 | 4559.67 | 1.00 | 3258.00 | 6515.00 | 7650.00 | 8785.00 | ▇▁▁▇▇ |
all_influenza_deaths_j09_j11 | 0 | 1 | 1940.33 | 1682.21 | 0.00 | 1416.00 | 2832.00 | 2910.50 | 2989.00 | ▃▁▁▁▇ |
The U.S. Centers for Disease Control provides weekly summary and interpretation of key indicators that have been adapted to track the COVID-19 pandemic in the United States. Data is retrieved using the cdccovidview package from both COVIDView (https://www.cdc.gov/coronavirus/2019-ncov/covid-data/covidview/index.html) and COVID-NET (https://gis.cdc.gov/grasp/COVIDNet/COVID19_3.html). Please see the indicated reference for all the caveats and precise meanings for each field.