Skip to content

Commit ee8c1ff

Browse files
authored
Fixed comment for pandas.unique (#39557)
1 parent 7e87104 commit ee8c1ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/algorithms.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ 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. Includes NA values.
324+
Significantly faster than numpy.unique for long enough sequences.
325+
Includes NA values.
325326
326327
Parameters
327328
----------

0 commit comments

Comments
 (0)