Skip to content

Commit fa6793a

Browse files
Fixed comment for pandas.unique (#39557) (#39643)
Co-authored-by: Vladimir Podolskiy <[email protected]>
1 parent 965bfa1 commit fa6793a

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
@@ -324,7 +324,8 @@ def unique(values):
324324
Hash table-based unique. Uniques are returned in order
325325
of appearance. This does NOT sort.
326326
327-
Significantly faster than numpy.unique. Includes NA values.
327+
Significantly faster than numpy.unique for long enough sequences.
328+
Includes NA values.
328329
329330
Parameters
330331
----------

0 commit comments

Comments
 (0)