DataFrameColumn.GetGroupedOccurrences 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>) |
이 값으로 그룹화된 다른 열의 이 열에서 각 값의 발생을 가져옵니다. |
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>) |
이 값으로 그룹화된 다른 열의 이 열에서 각 값의 발생을 가져옵니다. |
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)
- Source:
- DataFrameColumn.cs
- Source:
- DataFrameColumn.cs
- Source:
- DataFrameColumn.cs
이 값으로 그룹화된 다른 열의 이 열에서 각 값의 발생을 가져옵니다.
public abstract System.Collections.Generic.Dictionary<long,System.Collections.Generic.ICollection<long>> GetGroupedOccurrences(Microsoft.Data.Analysis.DataFrameColumn other, out System.Collections.Generic.HashSet<long> otherColumnNullIndices);
abstract member GetGroupedOccurrences : Microsoft.Data.Analysis.DataFrameColumn * HashSet -> System.Collections.Generic.Dictionary<int64, System.Collections.Generic.ICollection<int64>>
Public MustOverride Function GetGroupedOccurrences (other As DataFrameColumn, ByRef otherColumnNullIndices As HashSet(Of Long)) As Dictionary(Of Long, ICollection(Of Long))
매개 변수
- other
- DataFrameColumn
반환
이 열의 인덱스를 다른 열에서 동일한 값의 인덱스로 매핑
적용 대상
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)
- Source:
- DataFrameColumn.cs
- Source:
- DataFrameColumn.cs
- Source:
- DataFrameColumn.cs
이 값으로 그룹화된 다른 열의 이 열에서 각 값의 발생을 가져옵니다.
protected System.Collections.Generic.Dictionary<long,System.Collections.Generic.ICollection<long>> GetGroupedOccurrences<TKey>(Microsoft.Data.Analysis.DataFrameColumn other, out System.Collections.Generic.HashSet<long> otherColumnNullIndices);
member this.GetGroupedOccurrences : Microsoft.Data.Analysis.DataFrameColumn * HashSet -> System.Collections.Generic.Dictionary<int64, System.Collections.Generic.ICollection<int64>>
Protected Function GetGroupedOccurrences(Of TKey) (other As DataFrameColumn, ByRef otherColumnNullIndices As HashSet(Of Long)) As Dictionary(Of Long, ICollection(Of Long))
형식 매개 변수
- TKey
매개 변수
- other
- DataFrameColumn
반환
이 열의 인덱스를 다른 열에서 동일한 값의 인덱스로 매핑