3 references to GroupBy
Microsoft.Data.Analysis (3)
DataFrameColumns\ArrowStringDataFrameColumn.cs (1)
485return new GroupBy<string>(parent, columnIndex, dictionary);
DataFrameColumns\StringDataFrameColumn.cs (1)
405return new GroupBy<string>(parent, columnIndex, dictionary);
PrimitiveDataFrameColumn.cs (1)
610return new GroupBy<T>(parent, columnIndex, dictionary);