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.
1 parent 0d300ba commit f464569Copy full SHA for f464569
_delphi_utils_python/delphi_utils/export.py
@@ -184,8 +184,6 @@ def create_backup_csv(
184
Series of dates for which CSV files were exported.
185
"""
186
if not custom_run:
187
- df = df.copy()
188
-
189
# Label the file with today's date (the date the data was fetched).
190
if not issue:
191
issue = datetime.today().strftime("%Y%m%d")
0 commit comments