Skip to content

Commit 20eee56

Browse files
authored
Merge pull request #1272 from cmu-delphi/docstring-fix
Update export util docstring with weekly_dates arg
2 parents c3f3bfc + 65ea0bb commit 20eee56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_delphi_utils_python/delphi_utils/export.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ def create_export_csv(
7070
even if there is no data for the day. If false, only the days present are written.
7171
logger: Optional[logging.Logger]
7272
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.
7376
7477
Returns
7578
---------

0 commit comments

Comments
 (0)