-
Notifications
You must be signed in to change notification settings - Fork 10
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
Verify trailing zeros for weekly data (2023-12-31) #131
Comments
The following metric/PT combos are affected: cases
deaths
hospitalizations
icu
hosp_admissions
icu_admissions
tests_completed
Functions returning PHAC data could be updated to return no data later than 2023-12-30. Should wait for final updates on vaccine coverage and vaccine administration data. The completeness JSON datasets should also be trimmed. |
jeanpaulrsoucy
added a commit
that referenced
this issue
Jan 23, 2024
jeanpaulrsoucy
added a commit
to ccodwg/Covid19CanadaETL
that referenced
this issue
Jan 23, 2024
- Add `max_date()` function for trimming to a specified max date - Limit date of returned data for `get_phac_d()` weekly datasets - ccodwg/CovidTimelineCanada#131
jeanpaulrsoucy
added a commit
to ccodwg/Covid19CanadaETL
that referenced
this issue
Jan 27, 2024
jeanpaulrsoucy
added a commit
that referenced
this issue
Jan 27, 2024
- Update vaccine coverage data to end on 2023-09-10 for all PTs (except QC), since this is the last date that all vaccine dose coverage values were reported (in particular, dose 2 coverage is excluded after this date) (#21) - Update vaccine distribution data with appropriate end dates and sources (#22)
jeanpaulrsoucy
added a commit
to ccodwg/Covid19CanadaETL
that referenced
this issue
Jan 27, 2024
jeanpaulrsoucy
added a commit
that referenced
this issue
Jan 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current setup may produce some trailing zeros for 2023-12-31 for datasets where all data for the week are reported on a single date (e.g., Alberta, weekly reports). Prior to finalizing data updates, these trailing zeros (for 2023-12-31, since most of these dataset's final good update will be update to the last Saturday, 2023-12-30) should be trimmed.
The text was updated successfully, but these errors were encountered: