Skip to content

Commit d857687

Browse files
eli@water.ca.goveli@water.ca.gov
authored andcommitted
Changed date format so it has no spaces
1 parent 47b258a commit d857687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dms_datastore/download_smscg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def main(base_dir=".", outfile="dms_smscg_gate.csv"):
2323
# Write CSV with only "remarks" and "user_remarks" quoted
2424
#df_final = _quote_selected_columns(df_final, ["remarks", "user_remarks"])
2525
outfile = os.path.join(convert_dir, outfile)
26-
df_final.to_csv(outfile, index=True, quoting=QUOTE_MINIMAL)
26+
df_final.to_csv(outfile, index=True, quoting=QUOTE_MINIMAL,date_format="%Y-%m-%dT%H:%M")
2727

2828

2929

0 commit comments

Comments
 (0)