Udostępnij za pośrednictwem


GroupBy<TKey> Klasa

Definicja

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

Parametry typu

TKey
Dziedziczenie
GroupBy<TKey>

Konstruktory

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

Właściwości

Groupings

Zwraca kolekcję obiektów grupowania, gdzie każdy obiekt reprezentuje zestaw obiektów DataFrameRows o tym samym kluczu

Metody

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

Dotyczy