-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: separate flex from non-flex DataFrame ops #36843
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
i guess technicaly this is an api change, so add a note. cc @TomAugspurger if any comments. |
I'm not sure what a "flex" method is. What's the user-facing change here? |
"flex" methods are all the non-dunder arith/cmp ops: add, sub, eq, ne, ... The user facing change is that |
can you rebase |
So this would break explicitly calling |
whatsnew added, green-as-it-gets |
thanks |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
Unless supporting this is intentional, in which case we should deprecate and explicitly implement flex-bool operations.
If/when this is done, we can stop passing
special
and evencls
.