dayofweek
function dayofweek(column): Column;Defined in: functions/datetime.ts:23
Extracts the day of the week as an integer (1 = Sunday, 7 = Saturday) from a given date/timestamp/string.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |