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/v3.0.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Other enhancements
30
30
^^^^^^^^^^^^^^^^^^
31
31
- :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
32
- :class:`pandas.api.typing.SASReader` is available for typing the output of :func:`read_sas` (:issue:`55689`)
33
+
- :class:`pandas.api.typing.NoDefault` is available for typing ``no_default``
33
34
- :func:`DataFrame.to_excel` now raises an ``UserWarning`` when the character count in a cell exceeds Excel's limitation of 32767 characters (:issue:`56954`)
34
35
- :func:`pandas.merge` now validates the ``how`` parameter input (merge type) (:issue:`59435`)
35
36
- :func:`read_spss` now supports kwargs to be passed to pyreadstat (:issue:`56356`)
0 commit comments