-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
align with broadcast_axis specified always uses inner join when aligning dataframe and series on other axis. #13194
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
Comments
yeah this has very little testing. I'll mark it as a bug; seems like an easy fix if you'd like to take a crack at it. |
The easy fix seems to replace in generic.py: However, looking at the code I see another issue: though the documentation mentions as possible values for broadcast_axis: {0, 1, ‘index’, ‘columns’}, in reality only Unfortunately, I don't have the time now to implement that myself. I hope someone else will take this up... |
Pandas version 0.18.1:
However, as 'join' is specified to be 'outer', I would have expected the following result:
Same problem occurs for:
The text was updated successfully, but these errors were encountered: