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 3ee0ae4 commit bd3ad70Copy full SHA for bd3ad70
nssp/delphi_nssp/run.py
@@ -105,7 +105,7 @@ def run_module(params, logger=None):
105
logger.warning("No primary source data pulled", issue_date=issue_date)
106
break
107
for geo in GEOS:
108
- df = df_pull.copy(deep=True)
+ df = df_pull.copy()
109
df["val"] = df[signal]
110
logger.info("Generating signal and exporting to CSV", geo_type=geo, signal=signal)
111
if geo == "nation":
0 commit comments