CDCgov / forecasttools-py

A Python package for common pre- and post-processing operations done by CFA Predict for short term forecasting, nowcasting, and scenario modeling.
Apache License 2.0
4 stars 0 forks source link

Rename `df_daily_dates_to_epiweeks` to `df_aggregate_to_epiweekly` #24

Closed AFg6K7h4fhy2 closed 1 month ago

AFg6K7h4fhy2 commented 1 month ago

As written, the function name and docstring suggest that this is a helper function for adding epiweek and epiyear columns to a dataframe with a date column. It might make sense to create such a function and have the df_aggregate_to_epiweekly function call it, but that is out of scope for now.