DataFrameColumn.GetGroupedOccurrences Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>) |
Obter ocorrências de cada valor desta coluna em outra coluna, agrupadas por esse valor |
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>) |
Obter ocorrências de cada valor desta coluna em outra coluna, agrupadas por esse valor |
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)
Obter ocorrências de cada valor desta coluna em outra coluna, agrupadas por esse 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
- other
- DataFrameColumn
Retornos
Um mapeamento do índice desta coluna para os índices do mesmo valor em outras colunas
Aplica-se a
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)
Obter ocorrências de cada valor desta coluna em outra coluna, agrupadas por esse 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
- other
- DataFrameColumn
Retornos
Um mapeamento do índice desta coluna para os índices do mesmo valor em outras colunas