Minimum
Returns a column with the name New Column by calculating minimum value of multiple columns
Basic Usage
:: min(Column1
, Column2
)
Output
Returns a column with the name New Column
Function Parameters
- argument 1 : Name of column 1
- argument 2 : Name of column 2
- new column name : the new column given by the user
info
- Minimum arguments needed for finding minimum is 1
- Mininum takes from 3 to 100 arguments
- First argument must be a column name