go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splitting dataframe.GetGroups()

JacobRiske opened this issue · comments

Is there a way to get each group of dataframes out of the .GetGroups() function and add them to there own dictionary with the Group by as the Key and the dataframe as the Value?

Found a way to do this.

Sorry about that.