polars.Series.list.unique# Series.list.unique(*, maintain_order: bool = False) → Series[source]# Get the unique/distinct values in the list. Parameters: maintain_orderMaintain order of data. This requires more work.