Compartir a través de


DataFrameColumn.GetGroupedOccurrences Método

Definición

Sobrecargas

GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)

Obtiene las repeticiones de cada valor de esta columna en otra columna, agrupada por este valor.

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

Obtiene las repeticiones de cada valor de esta columna en otra columna, agrupada por este valor.

GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)

Obtiene las repeticiones de cada valor de esta columna en otra columna, agrupada por este valor.

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

Parámetros

otherColumnNullIndices
HashSet<Int64>

Devoluciones

Asignación de índice de esta columna a los índices del mismo valor en otra columna

Se aplica a

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

Obtiene las repeticiones de cada valor de esta columna en otra columna, agrupada por este valor.

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

Parámetros de tipo

TKey

Parámetros

otherColumnNullIndices
HashSet<Int64>

Devoluciones

Asignación de índice de esta columna a los índices del mismo valor en otra columna

Se aplica a