Power
Returns a column with the name New Column by finding the power of a column by the given constant value
Basic Usage
:: power(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
- User has to be given a constant value
- Maximum arguments it takes is 1 as well
- First argument must be a column name