Udostępnij za pośrednictwem


DataFrameColumn.GroupColumnValues<TKey>(HashSet<Int64>) Metoda

Definicja

Grupuje wiersze tej kolumny według ich wartości.

public virtual System.Collections.Generic.Dictionary<TKey,System.Collections.Generic.ICollection<long>> GroupColumnValues<TKey> (out System.Collections.Generic.HashSet<long> nullIndices);
abstract member GroupColumnValues : HashSet -> System.Collections.Generic.Dictionary<'Key, System.Collections.Generic.ICollection<int64>>
override this.GroupColumnValues : HashSet -> System.Collections.Generic.Dictionary<'Key, System.Collections.Generic.ICollection<int64>>
Public Overridable Function GroupColumnValues(Of TKey) (ByRef nullIndices As HashSet(Of Long)) As Dictionary(Of TKey, ICollection(Of Long))

Parametry typu

TKey

Typ danych przechowywanych w tej kolumnie

Parametry

nullIndices
HashSet<Int64>

Zwraca

Mapowanie wartości(TKey) na indeksy zawierające tę wartość. Powinna być sortowana kolekcja.

Dotyczy