DataFrameColumn.GetGroupedOccurrences Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>) |
Obtenir les occurrences de chaque valeur de cette colonne dans une autre colonne, regroupées par cette valeur |
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>) |
Obtenir les occurrences de chaque valeur de cette colonne dans une autre colonne, regroupées par cette valeur |
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)
Obtenir les occurrences de chaque valeur de cette colonne dans une autre colonne, regroupées par cette valeur
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))
Paramètres
- other
- DataFrameColumn
Retours
Mappage d’index de cette colonne aux index de la même valeur dans une autre colonne
S’applique à
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)
Obtenir les occurrences de chaque valeur de cette colonne dans une autre colonne, regroupées par cette valeur
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))
Paramètres de type
- TKey
Paramètres
- other
- DataFrameColumn
Retours
Mappage d’index de cette colonne aux index de la même valeur dans une autre colonne