Skip to content

Commit 66a21b2

Browse files
committed
Incorporate review (jreback) [ci skip]
1 parent 2d22b60 commit 66a21b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ v0.24.0 (Month XX, 2018)
88
New features
99
~~~~~~~~~~~~
1010

11+
- ``ExcelWriter`` now accepts ``mode`` as a keyword argument, enabling append to existing workbooks when using the ``openpyxl`` engine (:issue:`3441`)
12+
1113
.. _whatsnew_0240.enhancements.extension_array_operators:
1214

1315
``ExtensionArray`` operator support
@@ -68,7 +70,6 @@ Current Behavior:
6870

6971
Other Enhancements
7072
^^^^^^^^^^^^^^^^^^
71-
- ``ExcelWriter`` now accepts ``mode`` as a keyword argument, enabling append to existing workbooks when using the ``openpyxl`` engine (:issue:`3441`)
7273
- :func:`to_datetime` now supports the ``%Z`` and ``%z`` directive when passed into ``format`` (:issue:`13486`)
7374
- :func:`Series.mode` and :func:`DataFrame.mode` now support the ``dropna`` parameter which can be used to specify whether NaN/NaT values should be considered (:issue:`17534`)
7475
- :func:`to_csv` now supports ``compression`` keyword when a file handle is passed. (:issue:`21227`)

0 commit comments

Comments
 (0)