Freigeben über


GroupBy<TKey> Klasse

Definition

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

Typparameter

TKey
Vererbung
GroupBy<TKey>

Konstruktoren

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

Eigenschaften

Groupings

Gibt eine Auflistung von Gruppierungsobjekten zurück, wobei jedes Objekt eine Gruppe von DataFrameRows mit demselben Schlüssel darstellt.

Methoden

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

Gilt für: