-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
REF: _is_compatible_with_other -> _can_union_without_object_cast #36384
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
REF: _is_compatible_with_other -> _can_union_without_object_cast #36384
Conversation
Can you show an example of that behaviour change? |
https://github.com/pandas-dev/pandas/pull/36384/files#diff-a3619540517f93ee7c657a439b986962L50
ATM |
can rebase |
…f-is_compatible_with
Rebased +green |
Thanks, then this is totally a reasonable change ;) |
…f-is_compatible_with
very nice! |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
Changes the behavior in one test where ATM we behave differently for Series/ndarray than we do for Index arg