Partager via


GroupBy<TKey> Classe

Définition

public class GroupBy<TKey> : Microsoft.Data.Analysis.GroupBy
type GroupBy<'Key> = class
    inherit GroupBy
Public Class GroupBy(Of TKey)
Inherits GroupBy

Paramètres de type

TKey
Héritage
GroupBy<TKey>

Constructeurs

GroupBy<TKey>(DataFrame, Int32, IDictionary<TKey,ICollection<Int64>>)

Propriétés

Groupings

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

Méthodes

Count(String[])
First(String[])
Head(Int32)
Max(String[])
Mean(String[])
Min(String[])
Product(String[])
Sum(String[])
Tail(Int32)

S’applique à