Skip to content

DEPR: downcast keyword in Index.fillna #53956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docstring fixup
  • Loading branch information
jbrockmendel committed Jul 1, 2023
commit fc324b937264382b8c5f14e66a97dc399836d8ea
2 changes: 1 addition & 1 deletion pandas/core/indexes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2932,7 +2932,7 @@ def fillna(self, value=None, downcast=lib.no_default):
or the string 'infer' which will try to downcast to an appropriate
equal type (e.g. float64 to int64 if possible).

.. deprecated: 2.1.0
.. deprecated:: 2.1.0

Returns
-------
Expand Down