Add Days
Returns a column with the name New Column by adding the number of minutes given by the user from the date column.
Basic Usage
:: add_minutes(Column
,constant value)
Output
Returns a column with the name New Column
Function Parameters
- argument 1 : Name of column
- argument 2 : a constant value
- argument 3 : Name of new column
info
- Minimum arguments needed are 1
- Maximum arguments taken is 1
- First argument must be a column name