Convert dataset to csv or dataframe #2444
Answered
by
laggui
wangjiawen2013
asked this question in
Q&A
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
laggui
Oct 31, 2024
Replies: 1 comment
-
There is no direct path to save a Burn dataset to csv or dataframe. To save your results it should be pretty straightforward to convert the values to vec or a similar data structure and save them using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
antimora
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no direct path to save a Burn dataset to csv or dataframe. To save your results it should be pretty straightforward to convert the values to vec or a similar data structure and save them using the
csv
crate.