dotnet / dotnet/machinelearning

Enable multi column group by for Dataframe

Open
#5,724 5 comments 6 reactions 0 assignees View on GitHub
area-DataFrame
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

### 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.