共用方式為


GroupBy<TKey>.Groupings 屬性

定義

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

public System.Collections.Generic.IEnumerable<System.Linq.IGrouping<TKey,Microsoft.Data.Analysis.DataFrameRow>> Groupings { get; }
member this.Groupings : seq<System.Linq.IGrouping<'Key, Microsoft.Data.Analysis.DataFrameRow>>
Public ReadOnly Property Groupings As IEnumerable(Of IGrouping(Of TKey, DataFrameRow))

屬性值

適用於