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