GroupBy<TKey> Class

Definition

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

Type Parameters

TKey
Inheritance
GroupBy<TKey>

Constructors

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

Properties

Groupings

Returns a collection of Grouping objects, where each object represent a set of DataFrameRows having the same Key

Methods

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

Applies to