Skip to content

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

@asmirnov82

Description

@asmirnov82

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions