Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
df.join(df2, how='right') TypeError: Argument 'left' has incorrect type (expected numpy.ndarray, got Int64Index) #11519
Comments
jorisvandenbossche
added Bug Reshaping
labels
Nov 5, 2015
|
Seems this was already broken in 0.15.2 |
jreback
added this to the
Next Major Release
milestone
Nov 5, 2015
jreback
added Difficulty Novice Effort Low
labels
Nov 5, 2015
nbonnotte
added a commit
to nbonnotte/pandas
that referenced
this issue
Nov 7, 2015
|
|
nbonnotte |
b108a4a
|
jreback
modified the milestone: 0.17.1, Next Major Release
Nov 8, 2015
nbonnotte
added a commit
to nbonnotte/pandas
that referenced
this issue
Nov 10, 2015
|
|
nbonnotte |
eede649
|
jreback
added a commit
that referenced
this issue
Nov 11, 2015
|
|
nbonnotte + jreback |
d78266e
|
|
closed by #11545 |
jreback
closed this
Nov 11, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dragoljub commentedNov 4, 2015
I have found that 'right' joins on index values raise TypeEerror: Argument 'left' has incorrect type (expected numpy.ndarray, got Int64Index).
Both index types are the same Int64Index index. This works in pandas 0.13.1.
Pandas: 0.17.0
Numpy: 1.9.2