xitongsys / parquet-go

pure golang library for reading/writing parquet file
Apache License 2.0
1.27k stars 293 forks source link

Is there any plan to create parquet file from dataframe #374

Open sananguliyev opened 3 years ago

sananguliyev commented 3 years ago

Is there any plan to implement some kind of logic in order to generate parquet file from pandas style dataframe. E.g. this (https://github.com/go-gota/gota) is a very popular library that could be a good starting point.