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
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,6 @@ enhancement1
31
31
32
32
Other enhancements
33
33
^^^^^^^^^^^^^^^^^^
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.concat`.
38
34
- :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
35
- The semantics for the ``copy`` keyword in ``__array__`` methods (i.e. called
40
36
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ Enhancement2
28
28
29
29
Other enhancements
30
30
^^^^^^^^^^^^^^^^^^
31
+
- :func:`pandas.merge` propagates the ``attrs`` attribute to the result if all
32
+
inputs have identical ``attrs``, as has so far already been the case for
33
+
:func:`pandas.concat`.
31
34
- :class:`pandas.api.typing.FrozenList` is available for typing the outputs of :attr:`MultiIndex.names`, :attr:`MultiIndex.codes` and :attr:`MultiIndex.levels` (:issue:`58237`)
32
35
- :class:`pandas.api.typing.SASReader` is available for typing the output of :func:`read_sas` (:issue:`55689`)
33
36
- Added :meth:`.Styler.to_typst` to write Styler objects to file, buffer or string in Typst format (:issue:`57617`)
0 commit comments