pandas 0.11.0.dev-9988e5f documentation

pandas.Series.unique

Series.unique()

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

Returns :uniques : ndarray