Skip to content

Commit 94d30a8

Browse files
committed
Strictly monotonic (pandas-dev#16555)
(cherry picked from commit cab2b6b)
1 parent 8284932 commit 94d30a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/whatsnew/v0.20.2.txt

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Enhancements
2222
- Unblocked access to additional compression types supported in pytables: 'blosc:blosclz, 'blosc:lz4', 'blosc:lz4hc', 'blosc:snappy', 'blosc:zlib', 'blosc:zstd' (:issue:`14478`)
2323
- ``Series`` provides a ``to_latex`` method (:issue:`16180`)
2424
- Added :attr:`Index.is_strictly_monotonic_increasing` and :attr:`Index.is_strictly_monotonic_decreasing` properties (:issue:`16515`)
25-
2625
- A new groupby method :meth:`~pandas.core.groupby.GroupBy.ngroup`,
2726
parallel to the existing :meth:`~pandas.core.groupby.GroupBy.cumcount`,
2827
has been added to return the group order (:issue:`11642`); see

0 commit comments

Comments
 (0)