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/v2.3.0.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ enhancement1
32
32
Other enhancements
33
33
^^^^^^^^^^^^^^^^^^
34
34
35
+
- :func:`pandas.merge` propagates the ``attrs`` attribute to the result if all
36
+
inputs have identical ``attrs``, as has so far already been the case for
37
+
:func:`pandas.copy`.
35
38
- :meth:`pandas.api.interchange.from_dataframe` now uses the `PyCapsule Interface <https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html>`_ if available, only falling back to the Dataframe Interchange Protocol if that fails (:issue:`60739`)
36
39
- The semantics for the ``copy`` keyword in ``__array__`` methods (i.e. called
37
40
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been
0 commit comments