snowflake.snowpark.functions.date_add¶
- snowflake.snowpark.functions.date_add(col: ColumnOrName, num_of_days: ColumnOrName | int)[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.4.0/src/snowflake/snowpark/functions.py#L3212-L3241)¶
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: