Table Of Contents

Search

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

pandas.Series.unique

Series.unique()

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

Returns:uniques : ndarray