You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`pneumonia_and_covid_deaths`: Counts of deaths involving COVID-19 and Pneumonia,
21
+
*`deaths_covid_and_pneumonia_notflu_incidence`: Counts of deaths involving COVID-19 and Pneumonia,
22
22
excluding Influenza (U07.1 and J12.0-J18.9).
23
-
*`influenza_deaths`: Counts of deaths involving Influenza, with or without
23
+
*`deaths_flu_incidence`: Counts of deaths involving Influenza, with or without
24
24
COVID-19 or Pneumonia (J09-J11), includes COVID-19 or
25
25
Pneumonia.
26
-
*`pneumonia_influenza_or_covid_19_deaths`: Counts of deaths involving Pneumonia,
26
+
*`deaths_pneumonia_or_flu_or_covid_incidence`: Counts of deaths involving Pneumonia,
27
27
Influenza, or COVID-19, coded to ICD–10
28
28
codes U07.1 or J09–J18.9
29
29
@@ -32,7 +32,7 @@ Detailed descriptions are provided in the notes under Table 1 [here](https://www
32
32
## Metrics, Level 2 (`m2`)
33
33
*`num`: number of new deaths on a given week
34
34
*`prop`: `num` / population * 100,000
35
-
*_**No**`m2` for signal `percent_of_expected_deaths`._
35
+
*_**No**`m2` for signal `deaths_percent_of_expected`_.
36
36
37
37
## Exceptions
38
38
@@ -49,10 +49,7 @@ but we don't consider NYC separately. The death counts for NYC would be included
49
49
### Report Using Epiweeks
50
50
51
51
We report the NCHS Mortality data in a weekly format (`weekly_YYYYWW`, where `YYYYWW`
52
-
refers to an epiweek). However, NCHS reports their weekly data from Saturday to
53
-
Saturday. We assume there is a one day shift. For example, they report a death counts
54
-
for Alaska in a week starting from date D, we will report the timestamp of this report
55
-
as the corresponding epiweek of date(D + 1).
52
+
refers to an epiweek). As defined by CDC, [epiweeks](https://wwwn.cdc.gov/nndss/document/MMWR_Week_overview.pdf) are seven days from Sunday to Saturday. We use Python package [epiweeks](https://pypi.org/project/epiweeks/) to convert the week-ending dates in the raw dataset into epiweek format.
56
53
57
54
### Data Versioning
58
55
Data versions are tracked on both a daily and weekly level.
0 commit comments