snowflake.snowpark.functions.previous_day¶
- snowflake.snowpark.functions.previous_day(date: Column | str, day_of_week: Column | None | bool | int | float | str | bytearray | Decimal | date | datetime | time | bytes | list | tuple | dict) Column[source]¶
Returns the date of the first specified DOW (day of week) that occurs before the input date.
Example: