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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ v0.24.0
7
7
8
8
New features
9
9
~~~~~~~~~~~~
10
-
- :func:`merge` now directly allows merge between objects of type ``DataFrame`` and ``Series`` with a name, without the need to convert the ``Series`` object into a ``DataFrame`` beforehand (:issue:`21220`)
10
+
- :func:`merge` now directly allows merge between objects of type ``DataFrame`` and named ``Series``, without the need to convert the ``Series`` object into a ``DataFrame`` beforehand (:issue:`21220`)
11
11
12
12
- ``ExcelWriter`` now accepts ``mode`` as a keyword argument, enabling append to existing workbooks when using the ``openpyxl`` engine (:issue:`3441`)
0 commit comments