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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Other enhancements
34
34
35
35
- :func:`pandas.merge` propagates the ``attrs`` attribute to the result if all
36
36
inputs have identical ``attrs``, as has so far already been the case for
37
-
:func:`pandas.copy`.
37
+
:func:`pandas.concat`.
38
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`)
39
39
- The semantics for the ``copy`` keyword in ``__array__`` methods (i.e. called
40
40
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been
0 commit comments