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 965bfa1 commit fa6793aCopy full SHA for fa6793a
pandas/core/algorithms.py
@@ -324,7 +324,8 @@ def unique(values):
324
Hash table-based unique. Uniques are returned in order
325
of appearance. This does NOT sort.
326
327
- Significantly faster than numpy.unique. Includes NA values.
+ Significantly faster than numpy.unique for long enough sequences.
328
+ Includes NA values.
329
330
Parameters
331
----------
0 commit comments