go-gota / gota

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

Splitting dataframe.GetGroups() #176

Closed JacobRiske closed 2 years ago

JacobRiske commented 2 years ago

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?

JacobRiske commented 2 years ago

Found a way to do this.

Sorry about that.