You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.1.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Other Enhancements
22
22
^^^^^^^^^^^^^^^^^^
23
23
24
24
- :meth:`Timestamp.timestamp` is now available in Python 2.7. (:issue:`17329`)
25
-
- :func: groupby.is_monotonic_increasing and .is_monotonic_decreasing extend Series.is_monotonic_increasing to groups, returning whether each group is monotonically increasing or decreasing, respectively. (:issue:`17015`)
25
+
- :meth:`groupby.is_monotonic_increasing()` and :meth:`.is_monotonic_decreasing()` extend :meth:`Series.is_monotonic_increasing()` to groups. (:issue:`17015`)
0 commit comments