machinelearning icon indicating copy to clipboard operation
machinelearning copied to clipboard

Enable multi column group by for Dataframe

Open trilochan opened this issue 4 years ago • 5 comments

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.

trilochan avatar Mar 22 '21 02:03 trilochan

+1

avernigora-clgx avatar Mar 27 '24 23:03 avernigora-clgx

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

avernigora-clgx avatar Mar 27 '24 23:03 avernigora-clgx

+1

chuongmep avatar Sep 24 '24 09:09 chuongmep