次の方法で共有


GroupBy<TKey>.Groupings プロパティ

定義

グループ化オブジェクトのコレクションを返します。各オブジェクトは、同じキーを持つ 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))

プロパティ値

適用対象