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 05646b8 commit 3946cd4Copy full SHA for 3946cd4
pandas/core/algorithms.py
@@ -321,8 +321,7 @@ 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 for long enough sequences.
325
- Includes NA values.
+ Significantly faster than numpy.unique. Includes NA values.
326
327
Parameters
328
----------
0 commit comments