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
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.
The text was updated successfully, but these errors were encountered:
System information
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.
Source code / logs
Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting.
The text was updated successfully, but these errors were encountered: