polars.Series.list.unique#

Series.list.unique(*, maintain_order: bool = False) Series[source]#

Get the unique/distinct values in the list.

Parameters:
maintain_order

Maintain order of data. This requires more work.