-
Notifications
You must be signed in to change notification settings - Fork 16
New indicator: test positivity and volume from DSEW Community Profile Report #1363
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
Conversation
| GeoMapper _is_ used to generate national figures from | ||
| state, due to architectural differences between the starred sheets and the | ||
| Overview sheet. If we discover that our nation-level figures differ too much | ||
| from those listed in the Overview sheet, we can add dedicated parsing for the | ||
| Overview sheet and remove GeoMapper from this indicator altogether. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you thought about what the threshold for "differs too much" is? Since we have all the historical data, we can probably decide now whether or not to add dedicated national parsing so we don't have to do any backfilling later on.
Co-authored-by: nmdefries <42820733+nmdefries@users.noreply.github.com>
* Use export_start_date / export_end_date * Correct nation aggregation for positivity as rate
|
(failing test is unrelated; due to spurious network call made by validator tests and fixed in #1458) |
harder changes spot fixes almost working
Add hospital admissions to CPR indicator
…idcast-indicators into krivard/community_profile
457da16 to
a58388c
Compare
nmdefries
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small suggested change to the package description but otherwise looks good!
Co-authored-by: nmdefries <42820733+nmdefries@users.noreply.github.com>
Description
This indicator generates COVID-19 test positivity and total test volume signals using the Community Profile Report (CPR) published by the Data Strategy and Execution Workgroup at https://healthdata.gov/Health/COVID-19-Community-Profile-Report/gqxm-d9w9.
The geo handling on this one is a bit different, since the CPR already includes a separate sheet for most of our geographic aggregation levels, including HHS regions, states, MSAs (a subset of CBSAs), and counties. The indicator pulls data frames from each of these sheets, rather than using our GeoMapper and risk publishing figures that don't match what was in the report.
Changelog
Itemize code/test/documentation changes and files added/removed.
Fixes