array_except
function array_except(col1, col2): Column;Defined in: functions/collection.ts:42
Returns the elements in col1 but not in col2, without duplicates.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |
function array_except(col1, col2): Column;Defined in: functions/collection.ts:42
Returns the elements in col1 but not in col2, without duplicates.
| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |