pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.24k stars 17.79k forks source link

DEPR: future.no_silent_downcasting option #59502

Open jbrockmendel opened 1 month ago

jbrockmendel commented 1 month ago

Pandas version checks

Reproducible Example

NA

Issue Description

The option no longer does anything in 3.0, so can be deprecated. The few places where we use it in the code can be removed.

Expected Behavior

NA

Installed Versions

Replace this line with the output of pd.show_versions()
mroeschke commented 1 month ago

There's a PR in progress here https://github.com/pandas-dev/pandas/pull/57872