IndexError when indexing into numpy array using a Series #8310
Labels
API Design
Duplicate Report
Duplicate issue or pull request
Indexing
Related to indexing on series/frames, not to indexes themselves
I'm getting a weird error in 0.14.1 that i didn't have in 0.10.1
I would have expected to get something like array([1,2,3]), note this works if i use
.values
This would print out as expected in 0.10.1:
Any ideas?
The text was updated successfully, but these errors were encountered: