Skip to content

Commit 5479fe2

Browse files
committed
Incorporate review (jreback); add subsection header [ci skip]
1 parent 2d22b60 commit 5479fe2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ v0.24.0 (Month XX, 2018)
88
New features
99
~~~~~~~~~~~~
1010

11+
.. _whatsnew_0240.enhancements.excel_writer_mode:
12+
13+
``mode`` for ``ExcelWriter``
14+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15+
16+
``ExcelWriter`` now accepts ``mode`` as a keyword argument, enabling append to existing workbooks when using the ``openpyxl`` engine (:issue:`3441`)
17+
1118
.. _whatsnew_0240.enhancements.extension_array_operators:
1219

1320
``ExtensionArray`` operator support
@@ -68,7 +75,6 @@ Current Behavior:
6875

6976
Other Enhancements
7077
^^^^^^^^^^^^^^^^^^
71-
- ``ExcelWriter`` now accepts ``mode`` as a keyword argument, enabling append to existing workbooks when using the ``openpyxl`` engine (:issue:`3441`)
7278
- :func:`to_datetime` now supports the ``%Z`` and ``%z`` directive when passed into ``format`` (:issue:`13486`)
7379
- :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`)
7480
- :func:`to_csv` now supports ``compression`` keyword when a file handle is passed. (:issue:`21227`)

0 commit comments

Comments
 (0)