다음을 통해 공유


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))

속성 값

적용 대상