-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Unary pos/neg ops on IntegerArrays failing with TypeError #36081
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
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.
does this have a linked issue? can you add a whatsnew note (you can put in bug fixes for ExtensionArrays) for 1.2
marking as 1.1.2 for now to match #36063 |
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.
needs a release note and test from issue OP? (or comment in test with issue number)
sorry. I made an attempt to fix the issue (#36063 ) but then I realized I was trying to do stuff without fully understanding it, I'm not sure if this is even in the right direction at the moment. I can close this PR (put it in draft anyway because I was unsure) if someone else wants a crack at this. |
Thanks @asishm no problem, no pressure. will remove milestone. |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff