Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: Series.align(join='left') and join='right' are inverted #10665
Comments
|
btw, this is with pandas 0.16.2 |
gdementen
changed the title from
Series.align(join='left') and join='right' are inverted to BUG/Series.align(join='left') and join='right' are inverted
Jul 24, 2015
gdementen
changed the title from
BUG/Series.align(join='left') and join='right' are inverted to BUG: Series.align(join='left') and join='right' are inverted
Jul 24, 2015
|
probably related to (possibly a dupe of, I am not sure) #10147. |
|
Thanks. Looks to be caused by the following lines. When |
sinhrks
added Bug Reshaping
labels
Jul 29, 2015
This was referenced Aug 1, 2015
jreback
added this to the
0.17.0
milestone
Aug 3, 2015
jreback
closed this
in #10716
Aug 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gdementen commentedJul 24, 2015
join='left' does a right join and 'right' does a left join
See the notebook for details
https://nbviewer.jupyter.org/gist/gdementen/fa4d388993ee981b5698