pandas.Index.unique

Index.unique(level=None)[source]

Return unique values in the index.

Unique values are returned in order of appearance, this does NOT sort.

Parameters
level:int or hashable, optional

Only return values from specified level (for MultiIndex). If int, gets the level by integer position, else by level name.

Returns
Index

See also

unique

Numpy array of unique values in that column.

Series.unique

Return unique values of Series object.

© 2008–2021, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/1.3.4/reference/api/pandas.Index.unique.html