Return all unique values in this Series.
Parameters
partition
(Union[GroupBy, DataFrame]) – The partition or window to apply.skipna
(bool) – If true, all NULL values are ignored.
Returns
a new Series with the aggregation applied
Return type
bach.series.series.SeriesSubType