Skip to content

Saving data to csv #1861

Discussion options

You must be logged in to vote

The default behaviour of save_data is to create a pickle file. You need to pass the to_format parameter to save_data.

For example

solution.save_data("filename.csv", ["Time [s]", "Terminal voltage [V]"], to_format="csv")

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@asifsultan-THD
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by priyanshuone6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants