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

CLN: remove ensure_int_or_float #41011

Merged
merged 1 commit into from
Apr 19, 2021
Merged

Conversation

jbrockmendel
Copy link
Member

No need for a try/except; we can reason out which branch we go down in each of the places this is used.

@jreback jreback added Clean Dtype Conversions Unexpected or buggy dtype conversions labels Apr 19, 2021
@jreback jreback added this to the 1.3 milestone Apr 19, 2021
@jreback jreback merged commit c294bdd into pandas-dev:master Apr 19, 2021
@jbrockmendel jbrockmendel deleted the ref-gbcast-2 branch April 19, 2021 14:43
yeshsurya pushed a commit to yeshsurya/pandas that referenced this pull request Apr 21, 2021
yeshsurya pushed a commit to yeshsurya/pandas that referenced this pull request May 6, 2021
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ensure_int_or_float Surprising Behavior with Int64 / ExtensionArrays
2 participants