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 dd583a1 commit 00586caCopy full SHA for 00586ca
pandas/core/series.py
@@ -1445,7 +1445,7 @@ def unique(self):
1445
1446
See Also
1447
--------
1448
- unique : return unique values of 1d array-like objects.
+ pandas.unique : top-level unique method for any 1-d array-like object.
1449
Index.unique : return Index with unique values from an Index object.
1450
1451
Examples
0 commit comments