You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keyword works as expected for ``keep='first'|'last'``, but cannot be used together with ``keep=False`` (since discarding all duplicates makes it impossible
114
+
to construct an inverse).
115
+
69
116
.. _whatsnew_0240.enhancements.other:
70
117
71
118
Other Enhancements
72
119
^^^^^^^^^^^^^^^^^^
120
+
- ``ExcelWriter`` now accepts ``mode`` as a keyword argument, enabling append to existing workbooks when using the ``openpyxl`` engine (:issue:`3441`)
73
121
- :func:`to_datetime` now supports the ``%Z`` and ``%z`` directive when passed into ``format`` (:issue:`13486`)
74
122
- :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`)
75
123
- :func:`to_csv` now supports ``compression`` keyword when a file handle is passed. (:issue:`21227`)
0 commit comments