go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to store dataframe to CSV file?

yuseferi opened this issue · comments

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

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

#188