-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG:Can't calculate quantiles from Int64Dtype Series when results are floats #42936
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
Conversation
debnathshoham
commented
Aug 8, 2021
•
edited
Loading
edited
- closes BUG: Cannot calculate quantiles from Int64Dtype Series when results are floats #42626
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
needs a release note. fixing a regression so target 1.3.2 |
thanks @debnathshoham |
…4Dtype Series when results are floats
@meeseeksdev backport 1.3.x |
Something went wrong ... Please have a look at my logs. |
…ies when results are floats (#42974) Co-authored-by: Shoham Debnath <[email protected]>
In summary and for the record this changed behavior from 1.2.5. 1.2.5 always returned an object array of floats when
1.3.2 will now return nullable integer (Int64) or numpy float (float64) depending on the values in the result when
|