-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
[BUG] -1 to the power of pd.NA was returning -1 #30960
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
[BUG] -1 to the power of pd.NA was returning -1 #30960
Conversation
I don't know what to make of this error, sorry |
ae6dc80
to
34acee7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@jorisvandenbossche in these situations is a whatsnew note needed? |
That's not needed in this case, since it is a new feature, not a bugfix compared to a previous release. |
although it's a user reported bug from the rc release. could be worth considering in future having a short section in the whatsnew listing changes since the rc. |
I think we're OK without one. |
Thanks @MarcoGorelli! |
BUG: -1 to the power of pd.NA was returning -1 (pandas-dev#30960)
@meeseeksdev backport 1.0.x |
For some reason this got not backported (we will need to check it a bit ...) |
…30983) Co-authored-by: Marco Gorelli <[email protected]>
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff