You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to reindex with an index with duplicate values, I get the error message ValueError: Shape of passed values is (1, 20), indices imply (1, 10), while I expected somthing like Reindexing only valid with uniquely valued Index objects
When trying to reindex with an index with duplicate values, I get the error message
ValueError: Shape of passed values is (1, 20), indices imply (1, 10)
, while I expected somthing likeReindexing only valid with uniquely valued Index objects
I see this with both 0.12 and master.
An example:
The text was updated successfully, but these errors were encountered: