diff --git a/pandas/core/algorithms.py b/pandas/core/algorithms.py index 51eeabc14c4c9..58384405a5cab 100644 --- a/pandas/core/algorithms.py +++ b/pandas/core/algorithms.py @@ -321,8 +321,7 @@ def unique(values): Hash table-based unique. Uniques are returned in order of appearance. This does NOT sort. - Significantly faster than numpy.unique for long enough sequences. - Includes NA values. + Significantly faster than numpy.unique. Includes NA values. Parameters ----------