Extracts the unique elements in each list/array.
unique(input: list) -> (output: column)
Effectively deduplicates the input lists.
Inputs
A column containing lists.
Outputs
A column of lists of the same type as the input, containing only the unique elements from each input lists.
Parameters
This step doesn’t expect any configuration.
Was this page helpful?