Base:
method
GroupColumnValues<TKey>
Microsoft.Data.Analysis.DataFrameColumn.GroupColumnValues<TKey>(out System.Collections.Generic.HashSet<System.Int64>)
2 references to GroupColumnValues
Microsoft.Data.Analysis (2)
PrimitiveDataFrameColumn.cs (2)
383
Dictionary<T, ICollection<long>> groupedValues =
GroupColumnValues
<T>(out HashSet<long> _);
609
Dictionary<T, ICollection<long>> dictionary =
GroupColumnValues
<T>(out HashSet<long> _);