Quantile
Returns a column with the name New Column by calculating quantile a column by the given constant value
Basic Usage
:: quantile(Column1
, constant value)
Output
Returns a column with the name New Column
Function Parameters
- argument 1 : Name of column 1
- argument 2 : constant value
- argument 3 : the new column name
info
- Minimum arguments needed are 1
- Maximum arguments it takes is 1 as well
- First argument must be a column name