DataFrameColumn.GroupBy(Int32, DataFrame) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual Microsoft.Data.Analysis.GroupBy GroupBy (int columnIndex, Microsoft.Data.Analysis.DataFrame parent);
abstract member GroupBy : int * Microsoft.Data.Analysis.DataFrame -> Microsoft.Data.Analysis.GroupBy
override this.GroupBy : int * Microsoft.Data.Analysis.DataFrame -> Microsoft.Data.Analysis.GroupBy
Public Overridable Function GroupBy (columnIndex As Integer, parent As DataFrame) As GroupBy
Parameters
- columnIndex
- Int32
- parent
- DataFrame