Table Of Contents

Search

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

pandas.Index.unique

Index.unique()

Return array of unique values in the object. Significantly faster than numpy.unique. Includes NA values.

Returns:uniques : ndarray