go-gota / gota

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

How I can apply Group-by operations? #86

Open arshpreetsingh opened 5 years ago

danielpcox commented 3 years ago

There's an example in this issue now https://github.com/go-gota/gota/issues/156 despite the intention of the example being to show a failure case of Aggregation. :) But if you filter on the "Strings" column using a string that actually exists, this should count up the "Floats"-column values that matched.