-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synthesize "national" data for nchs-mortality:deaths_covid_incidence_prop
#1906
Comments
It looks like we do something similar for covidcast-indicators/doctor_visits/delphi_doctor_visits/run.py Lines 109 to 114 in 39c02fa
|
(this text is copied from #1912 (comment) ; its more appropriate here)
Did this work for you in your local testing? Since these values are coming out as "NULL", it makes me think the denominator here is 0 or null, which then makes me think that the national population is not getting set properly here. Also, to make this message go away, we need to mark the nchs-mortality signals as having national-level data in the spreadsheet and then get it transferred to the csv. We can take care of that after the signals are properly acquired. |
There are currently only "state" specific data points for NCHS Mortality series. That is, only
geo_type=state
is provided for any of the data withsource=nchs-mortality
. It would be advantageous for us to have this information aggregated to the national level. We can (presumably) synthesize this by summing numbers from all states to produce a new "nation" data series (for eachreference
andissue
date available).In cmu-delphi/www-covidcast#1233, on the Covidcast Dashboard, we intend to replace the old and no-longer-updated JHU deaths signal (
jhu-csse:deaths_7dav_incidence_prop
) with one from NCHS Mortality Data (nchs-mortality:deaths_covid_incidence_prop
). The default view of the dashboard uses a geographic perspective of the United States as a whole. Without an available "nation"-level signal for deaths, it shows as "N/A" in plots and numeric text.According to our signal documentation, the only currently active signals that do not provide "nation"-level data are from the sources
nchs-mortality
andquidel
. Do we want to construct national data for all of these?The text was updated successfully, but these errors were encountered: