共用方式為


GroupBy<TKey> 類別

定義

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

類型參數

TKey
繼承
GroupBy<TKey>

建構函式

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

屬性

Groupings

傳回 Grouping 物件的集合,其中每個物件都代表一組具有相同索引鍵的 DataFrameRows

方法

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

適用於