GroupBy.Min(String[]) 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.
Compute the min of group values
public abstract Microsoft.Data.Analysis.DataFrame Min (params string[] columnNames);
abstract member Min : string[] -> Microsoft.Data.Analysis.DataFrame
Public MustOverride Function Min (ParamArray columnNames As String()) As DataFrame
Parameters
- columnNames
- String[]
The columns to find the min of. A default value finds the min of all columns