unique

Contents

unique#

unique(sequence: list)[source]#

Keep only unique values from a .

Option to preserve the original order of the list.

Parameters:

sequence (list) – List from which to keep only the

Returns:

List containing only unique values

Return type:

list