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
ENH: gb.is_monotonic_increasing pandas-dev#17015 fix rebase conflicts
parametrized tests for gb.is_monotonic_increasing/decreasing
ENH: gb.is_monotonic_increasing, is_monotonic_decreasing pandas-dev#17015
added tests for gb.is_monotonically_increasing()/decreasing
parametrized tests for gb.is_monotonic_increasing/decreasing
ENH: gb.is_monotonic_increasing pandas-dev#17015 fix rebase conflicts
ENH: gb.is_monotonic_increasing pandas-dev#17015 fix rebase conflicts
rebase and cleanup
simplified test format
fixed whatsnew to include method tags
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
-
-
25
+
- :meth: groupby.is_monotonic_increasing and :meth: .is_monotonic_decreasing extend :meth: Series.is_monotonic_increasing to groups, returning whether each group is monotonically increasing or decreasing, respectively. (:issue:`17015`)
0 commit comments