Skip to content

Commit 473ac4c

Browse files
mingglijorisvandenbossche
authored andcommitted
simpler return description.
1 parent 00586ca commit 473ac4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/core/series.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1438,10 +1438,7 @@ def unique(self):
14381438
14391439
Returns
14401440
-------
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
1441+
unique values : Series or Categorical
14451442
14461443
See Also
14471444
--------

0 commit comments

Comments
 (0)