GroupBy<TKey> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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) |