snowflake.snowpark.functions.date_add¶
- snowflake.snowpark.functions.date_add(col: Union[Column, str], num_of_days: Union[Column, str, int])[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/functions.py#L5573-L5610)¶
Adds a number of days to a date column.
- Parameters:
col – The column to add to.
num_of_days – The number of days to add.
Example: