go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.97k stars 276 forks source link

How to store dataframe to CSV file? #187

Open yuseferi opened 2 years ago

yuseferi commented 2 years ago

I want to store a dataframe to a file. I found nothing in the documentation about storing. does anybody know how can I store it in a CSV?

Thanks

yuseferi commented 2 years ago

I figured out how can I do it. to helping people I just create a PR for that.

https://github.com/go-gota/gota/pull/188