Skip to content

Commit f7d7fd1

Browse files
mingglijorisvandenbossche
authored andcommitted
rephase return description
1 parent 473ac4c commit f7d7fd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/core/series.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,9 @@ def unique(self):
14381438
14391439
Returns
14401440
-------
1441-
unique values : Series or Categorical
1441+
unique values : ndarray or Categorical
1442+
The unique values returned as a NumPy array. In case of categorical
1443+
data type, returned as a Categorical.
14421444
14431445
See Also
14441446
--------

0 commit comments

Comments
 (0)