We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3f3bfc + 65ea0bb commit 20eee56Copy full SHA for 20eee56
_delphi_utils_python/delphi_utils/export.py
@@ -70,6 +70,9 @@ def create_export_csv(
70
even if there is no data for the day. If false, only the days present are written.
71
logger: Optional[logging.Logger]
72
Pass a logger object here to log information about contradictory missing codes.
73
+ weekly_dates: Optional[bool]
74
+ Whether the output data are weekly or not. If True, will prefix files with
75
+ "weekly_YYYYWW" where WW is the epiweek instead of the usual YYYYMMDD for daily files.
76
77
Returns
78
---------
0 commit comments