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)
383Dictionary<T, ICollection<long>> groupedValues = GroupColumnValues<T>(out HashSet<long> _); 609Dictionary<T, ICollection<long>> dictionary = GroupColumnValues<T>(out HashSet<long> _);