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 00586ca commit 473ac4cCopy full SHA for 473ac4c
pandas/core/series.py
@@ -1438,10 +1438,7 @@ def unique(self):
1438
1439
Returns
1440
-------
1441
- unique values.
1442
- - If the input is an Index, the return is an Index
1443
- - If the input is a Categorical dtype, the return is a Categorical
1444
- - If the input is a Series/ndarray, the return will be an ndarray
+ unique values : Series or Categorical
1445
1446
See Also
1447
--------
0 commit comments