Closed eatyourpeas closed 1 month ago
Adds several new sheets to the spreadsheet, one for each level of abstraction Calculates total cases and total_registered cases in each
Reuses a function for this that is used in the UI to generate these numbers on the landing page
Creates a function in aggregate_by that creates a dataframe from all the totals
aggregate_by
will close #1022
Seen on STAGING, LIVE (merged by @eatyourpeas 12 minutes and 47 seconds ago) Please check your changes!
Overview
Adds several new sheets to the spreadsheet, one for each level of abstraction Calculates total cases and total_registered cases in each
Code changes
Reuses a function for this that is used in the UI to generate these numbers on the landing page
Creates a function in
aggregate_by
that creates a dataframe from all the totals