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 65f7f2c commit f601a1dCopy full SHA for f601a1d
_delphi_utils_python/delphi_utils/export.py
@@ -129,4 +129,5 @@ def create_export_csv(
129
if sort_geos:
130
export_df = export_df.sort_values(by="geo_id")
131
export_df.to_csv(export_file, index=False, na_rep="NA")
132
+ logging.info("Exported %s", export_file)
133
return dates
0 commit comments