ccodwg / CovidTimelineCanada

A definitive dataset for COVID-19 in Canada
https://opencovid.ca/
Other
26 stars 8 forks source link

Verify trailing zeros for weekly data (2023-12-31) #131

Closed jeanpaulrsoucy closed 5 months ago

jeanpaulrsoucy commented 5 months ago

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.

jeanpaulrsoucy commented 5 months ago

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.