Skip to content

Commit db3e6c0

Browse files
committed
ENH: gb.is_monotonic_increasing pandas-dev#17015 fix changed whatsnew
1 parent d01b62e commit db3e6c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1172,3 +1172,4 @@ Other
11721172
^^^^^
11731173
- Bug where some inplace operators were not being wrapped and produced a copy when invoked (:issue:`12962`)
11741174
- Bug in :func:`eval` where the ``inplace`` parameter was being incorrectly handled (:issue:`16732`)
1175+

doc/source/whatsnew/v0.22.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Other Enhancements
139139
- :func:`read_excel()` has gained the ``nrows`` parameter (:issue:`16645`)
140140
- :func:``DataFrame.to_json`` and ``Series.to_json`` now accept an ``index`` argument which allows the user to exclude the index from the JSON output (:issue:`17394`)
141141
- :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`)
142-
-
142+
-
143143

144144
.. _whatsnew_0220.api_breaking:
145145

0 commit comments

Comments
 (0)