Skip to content
Snippets Groups Projects
Commit 471b0cc8 authored by cyprien.alexandre_ird.fr's avatar cyprien.alexandre_ird.fr
Browse files

code correction

parent 95637300
No related branches found
No related tags found
No related merge requests found
...@@ -203,5 +203,5 @@ class TimeSeries: ...@@ -203,5 +203,5 @@ class TimeSeries:
df_name, df_name,
self._date_min, self._date_min,
self._date_max) self._date_max)
df.sort_values(by=['fid', 'date']).to_csv(str(csv_path)) df.sort_values(by=['fid']).to_csv(str(csv_path))
logger.info("exported to csv: {}".format(csv_path)) logger.info("exported to csv: {}".format(csv_path))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment