GroupBy<TKey>.Groupings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))