to_date
function to_date(column, format?): Column;Defined in: functions/datetime.ts:108
Converts a string column to a date column with an optional format.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
format? | string |
function to_date(column, format?): Column;Defined in: functions/datetime.ts:108
Converts a string column to a date column with an optional format.
| Parameter | Type |
|---|---|
column | ColOrName |
format? | string |