Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.CategoricalIndex.unique

CategoricalIndex.unique()[source]

Return Index of unique values in the object. Significantly faster than numpy.unique. Includes NA values. The order of the original is preserved.

Returns:uniques : Index
Scroll To Top