open-covid-19 / data

Daily time-series epidemiology and hospitalization data for all countries, state/province data for 50+ countries and county/municipality data for CO, FR, NL, PH, UK and US. Covariates for all available regions include demographics, mobility reports, government interventions, weather and more.
https://open-covid-19.github.io/explorer
Apache License 2.0
277 stars 63 forks source link

Refactor and simplify all the grouped_* methods #222

Closed owahltinez closed 4 years ago

owahltinez commented 4 years ago

This PR removes all references to grouped_diff and grouped_cumsum within the data source parsers, since it's all done automatically as part of the pipeline processing now.