Skip to content

Commit ded32f3

Browse files
committed
Update Series doc-string to mention new additions
1 parent bba2efc commit ded32f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/series.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ class Series(base.IndexOpsMixin, strings.StringAccessorMixin,
111111
associated index values-- they need not be the same length. The result
112112
index will be the sorted union of the two indexes.
113113
114+
`kind` and `na_position` were added in 0.19.0 to Series.sort_index()
115+
114116
Parameters
115117
----------
116118
data : array-like, dict, or scalar value

0 commit comments

Comments
 (0)