rocketlaunchr / dataframe-go

DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration
Other
1.19k stars 95 forks source link

Please provide a way to create a Dataframe of type array/slice and export to parquet #41

Closed sumanlucky05 closed 4 years ago

sumanlucky05 commented 4 years ago

The library is very useful and somewhat tries to imitate the pandas library of Python . It would be very beneficial if you could provide support to create a NewSeriesArray() method that would be beneficial to create a proper parquet file.

pjebs commented 4 years ago

What's a series array?

pjebs commented 4 years ago

You can already export to parquet

pjebs commented 3 years ago

Parquet import now implemented