Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mdingemanse authored Apr 19, 2024
1 parent b185f25 commit 809b2ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/consolidate_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,6 @@ def create_figure(figure):
figure = write_simplified_html(df)
create_figure(figure)

df.to_csv(df.csv, index=False)
# csv filename
csv_file_path= "./docs/df.csv"
df.to_csv(csv_file_path", index=False)

0 comments on commit 809b2ea

Please sign in to comment.