Skip to content

Extend GroupBy API of DataFrame with ability to iterate groups and rows #5820

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
asmirnov82 opened this issue May 28, 2021 · 0 comments · Fixed by #5821
Closed

Extend GroupBy API of DataFrame with ability to iterate groups and rows #5820

asmirnov82 opened this issue May 28, 2021 · 0 comments · Fixed by #5821

Comments

@asmirnov82
Copy link
Contributor

System information

  • OS version/distro: Any
  • .NET Version (eg., dotnet --info): Any

Issue

  • What did you do?

Used GroupBy method of dataframe

  • What happened?

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)

pgovind pushed a commit that referenced this issue Jun 3, 2021
* fix #5767 issue with DataFrame Merge method

* #5820 Extend DataFrame GroupBy operations

* #5820 fix code review findings

* #5820 fix code review findings

* Update src/Microsoft.Data.Analysis/GroupBy.cs

* Fix remaining comments

Co-authored-by: Prashanth Govindarajan <[email protected]>
pgovind pushed a commit that referenced this issue Sep 28, 2021
* 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 ghost locked as resolved and limited conversation to collaborators Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant