GroupBy<TKey>.Groupings Property

Definition

Returns a collection of Grouping objects, where each object represent a set of DataFrameRows having the same Key

public System.Collections.Generic.IEnumerable<System.Linq.IGrouping<TKey,Microsoft.Data.Analysis.DataFrameRow>> Groupings { get; }
member this.Groupings : seq<System.Linq.IGrouping<'Key, Microsoft.Data.Analysis.DataFrameRow>>
Public ReadOnly Property Groupings As IEnumerable(Of IGrouping(Of TKey, DataFrameRow))

Property Value

Applies to