go-gota / gota

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

not finding groupby function, was it added #145

Closed jahed-proj closed 3 years ago

jahed-proj commented 3 years ago

Hello ,

Issue #13 refers to groupby and split. Not sure if the function was added. I am not finding the functions. Could you please help me with a groupby function. I just need to group on specific columns.

chrmang commented 3 years ago

Hi,

thank you for your interest on gota. There was a pull request for this issue: https://github.com/go-gota/gota/pull/24 Unfortunately, this PR was not merged and this issue remains open.

chrmang commented 3 years ago

Hi,

thanks to @wanglong001 , we have now groupby in dev branch.