snowflake.snowpark.functions.date_from_parts¶
- snowflake.snowpark.functions.date_from_parts(y: ColumnOrName | int, m: ColumnOrName | int, d: ColumnOrName | int) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L2729-L2747)¶
Creates a date from individual numeric components that represent the year, month, and day of the month.
- Example::