We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7ddbe commit 97bb07dCopy full SHA for 97bb07d
doc/source/whatsnew/v0.20.2.txt
@@ -22,7 +22,6 @@ Enhancements
22
- Unblocked access to additional compression types supported in pytables: 'blosc:blosclz, 'blosc:lz4', 'blosc:lz4hc', 'blosc:snappy', 'blosc:zlib', 'blosc:zstd' (:issue:`14478`)
23
- ``Series`` provides a ``to_latex`` method (:issue:`16180`)
24
- Added :attr:`Index.is_strictly_monotonic_increasing` and :attr:`Index.is_strictly_monotonic_decreasing` properties (:issue:`16515`)
25
-
26
- A new groupby method :meth:`~pandas.core.groupby.GroupBy.ngroup`,
27
parallel to the existing :meth:`~pandas.core.groupby.GroupBy.cumcount`,
28
has been added to return the group order (:issue:`11642`); see
0 commit comments