Skip to content

Commit 627e01f

Browse files
simonjayhawkinsRemit
authored andcommitted
Fixed comment for pandas.unique (pandas-dev#39557) (pandas-dev#39643)
Co-authored-by: Vladimir Podolskiy <[email protected]>
1 parent 23a9b52 commit 627e01f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/algorithms.py

Lines changed: 2 additions & 1 deletion
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)