Skip to content
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

DEPR: future.no_silent_downcasting option #59502

Open
3 tasks done
jbrockmendel opened this issue Aug 13, 2024 · 1 comment · May be fixed by #57872
Open
3 tasks done

DEPR: future.no_silent_downcasting option #59502

jbrockmendel opened this issue Aug 13, 2024 · 1 comment · May be fixed by #57872
Labels
Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions

Comments

@jbrockmendel
Copy link
Member

Pandas version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • I have confirmed this bug exists on the main branch of pandas.

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()

@jbrockmendel jbrockmendel added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Aug 13, 2024
@mroeschke mroeschke linked a pull request Aug 13, 2024 that will close this issue
5 tasks
@mroeschke
Copy link
Member

mroeschke commented Aug 13, 2024

There's a PR in progress here #57872

@rhshadrach rhshadrach added Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions and removed Needs Triage Issue that has not been reviewed by a pandas team member Bug labels Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants