pandas 0.9.0 documentation

pandas.Series.unique

Series.unique()

Return array of unique values in the Series. Significantly faster than numpy.unique

Returns :uniques : ndarray