We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e87104 commit ee8c1ffCopy full SHA for ee8c1ff
pandas/core/algorithms.py
@@ -321,7 +321,8 @@ def unique(values):
321
Hash table-based unique. Uniques are returned in order
322
of appearance. This does NOT sort.
323
324
- Significantly faster than numpy.unique. Includes NA values.
+ Significantly faster than numpy.unique for long enough sequences.
325
+ Includes NA values.
326
327
Parameters
328
----------
0 commit comments