Partager via


GroupBy<TKey>.Groupings Propriété

Définition

Renvoie une collection d’objets Grouping, où chaque objet représente un ensemble de DataFrameRows ayant la même clé

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))

Valeur de propriété

S’applique à