System information
- OS version/distro: Any
- .NET Version (eg., dotnet --info): Any
Issue
Used GroupBy method of dataframe
Got GroupBy object. GroupBy object doesn't provide any easy way to iterate the groups and rows inside the group
I expected ability to have API similar to GroupBy operation in LINQ with ability to iterate groups and DataFrameRows inside th group (having IEnumerable<IGrouping<out TKey, out TElement>> interface)
System information
Issue
Used GroupBy method of dataframe
Got GroupBy object. GroupBy object doesn't provide any easy way to iterate the groups and rows inside the group
I expected ability to have API similar to GroupBy operation in LINQ with ability to iterate groups and DataFrameRows inside th group (having IEnumerable<IGrouping<out TKey, out TElement>> interface)