Table Of Contents

Search

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

pandas.core.groupby.SeriesGroupBy.unique

SeriesGroupBy.unique()

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

Returns:uniques : np.ndarray
Scroll To Top