Skip to content

Commit e12fd56

Browse files
authored
TYP: pandas.core.generic from pandas-stubs (pandas-dev#47912)
* TYP: pandas.core.generic from pandas-stubs * black * overload for to_latex * bool_t * whatsnew
1 parent f98696a commit e12fd56

File tree

4 files changed

+144
-61
lines changed

4 files changed

+144
-61
lines changed

doc/source/whatsnew/v1.5.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ Other Deprecations
774774
- Deprecated :meth:`Series.rank` returning an empty result when the dtype is non-numeric and ``numeric_only=True`` is provided; this will raise a ``TypeError`` in a future version (:issue:`47500`)
775775
- Deprecated argument ``errors`` for :meth:`Series.mask`, :meth:`Series.where`, :meth:`DataFrame.mask`, and :meth:`DataFrame.where` as ``errors`` had no effect on this methods (:issue:`47728`)
776776
- Deprecated arguments ``*args`` and ``**kwargs`` in :class:`Rolling`, :class:`Expanding`, and :class:`ExponentialMovingWindow` ops. (:issue:`47836`)
777+
- Deprecated unused arguments ``encoding`` and ``verbose`` in :meth:`Series.to_excel` and :meth:`DataFrame.to_excel` (:issue:`47912`)
777778

778779
.. ---------------------------------------------------------------------------
779780
.. _whatsnew_150.performance:

0 commit comments

Comments
 (0)