Поделиться через


DataFrameColumn.GetGroupedOccurrences Метод

Определение

Перегрузки

GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)

Получение значений из этого столбца в другом столбце, сгруппированных по этому значению

GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)

Получение значений из этого столбца в другом столбце, сгруппированных по этому значению

GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)

Исходный код:
DataFrameColumn.cs
Исходный код:
DataFrameColumn.cs
Исходный код:
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))

Параметры

otherColumnNullIndices
HashSet<Int64>

Возвращаемое значение

Сопоставление индекса из этого столбца с индексами того же значения в другом столбце

Применяется к

GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)

Исходный код:
DataFrameColumn.cs
Исходный код:
DataFrameColumn.cs
Исходный код:
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

Параметры

otherColumnNullIndices
HashSet<Int64>

Возвращаемое значение

Сопоставление индекса из этого столбца с индексами того же значения в другом столбце

Применяется к