Skip to content

Enable multi column group by for Dataframe #5724

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

Open
Tracked by #6144
trilochan opened this issue Mar 22, 2021 · 5 comments
Open
Tracked by #6144

Enable multi column group by for Dataframe #5724

trilochan opened this issue Mar 22, 2021 · 5 comments
Labels
Microsoft.Data.Analysis All DataFrame related issues and PRs

Comments

@trilochan
Copy link

System information

  • OS version/distro:windows
  • .NET Version (eg., dotnet --info): .net core 5.0

Issue

I am using the Dataframe object from Microsoft.Data.Analytics, currently GroupBy only allows to group by only one column. There isn’t an option to group by multiple columns.

  • What did you do?
  • created a Dataframe with a few columns
  • What happened?
  • tried to use group by multiple columns
  • What did you expect?
  • Expected a method that took a list of columns names to group the Dataframe by

Source code / logs

Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting.

@avernigora-clgx
Copy link

+1

@avernigora-clgx
Copy link

@pgovind , oh, feels like it is tracked here? or not? 😃

@chuongmep
Copy link

+1

@gusmally
Copy link

This is basic functionality if this library is serious about gaining users. Is there any workaround for this?

@chuongmep
Copy link

chuongmep commented Feb 2, 2025

This is basic functionality if this library is serious about gaining users. Is there any workaround for this?

I’m using LinQ with Datatable, it more easier than to to the thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Microsoft.Data.Analysis All DataFrame related issues and PRs
Projects
None yet
Development

No branches or pull requests

5 participants