Skip to content

Commit f5dbcfd

Browse files
Revert "Fixed comment for pandas.unique (#39557)"
This reverts commit ee8c1ff.
1 parent ee8c1ff commit f5dbcfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/algorithms.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ def unique(values):
321321
Hash table-based unique. Uniques are returned in order
322322
of appearance. This does NOT sort.
323323
324-
Significantly faster than numpy.unique for long enough sequences.
325-
Includes NA values.
324+
Significantly faster than numpy.unique. Includes NA values.
326325
327326
Parameters
328327
----------

0 commit comments

Comments
 (0)