Skip to content

Commit

Permalink
TYP: pandas.core.generic from pandas-stubs (#47912)
Browse files Browse the repository at this point in the history
* TYP: pandas.core.generic from pandas-stubs

* black

* overload for to_latex

* bool_t

* whatsnew
  • Loading branch information
twoertwein committed Aug 1, 2022
1 parent f98696a commit e12fd56
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 61 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ Other Deprecations
- 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`)
- 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`)
- Deprecated arguments ``*args`` and ``**kwargs`` in :class:`Rolling`, :class:`Expanding`, and :class:`ExponentialMovingWindow` ops. (:issue:`47836`)
- Deprecated unused arguments ``encoding`` and ``verbose`` in :meth:`Series.to_excel` and :meth:`DataFrame.to_excel` (:issue:`47912`)

.. ---------------------------------------------------------------------------
.. _whatsnew_150.performance:
Expand Down
Loading

0 comments on commit e12fd56

Please sign in to comment.