You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got GroupBy object. GroupBy object doesn't provide any easy way to iterate the groups and rows inside the group
What did you expect?
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)
The text was updated successfully, but these errors were encountered:
* fix#5767 issue with DataFrame Merge method
* #5820 Extend DataFrame GroupBy operations
* #5820 fix code review findings
* Avoid code duplication in Merge DataFrame method (#5657)
* Add non generic DataFrame Merge method (#5657)
* Add support for multi columns join in DataFrame (#5657)
* Fix failing tests for inner, left and right joins with nulls
* #5657 fix DataFrame outer join failing tests
* rebase to the latest main
* Avoid code duplication in Merge DataFrame method (#5657)
* Add non generic DataFrame Merge method (#5657)
* Add support for multi columns join in DataFrame (#5657)
* Fix failing tests for inner, left and right joins with nulls
* #5657 fix DataFrame outer join failing tests
* #5657 fix merge issues
* Minor changes #5657
* Add self explanatory exception text (#5657)
* Add Asserts to new unit tests (#5657)
* Minor changes (#5657)
* Fix right merge by 3-columns test fails
* fixed typos (#5657)
ghost
locked as resolved and limited conversation to collaborators
Mar 17, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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)
The text was updated successfully, but these errors were encountered: