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
I'm punting this to 0.14 - too much of internals rely on this behavior right now and it's clearly not that big of a deal. I think it may just resolve itself when index isn't ndarray (because I think it's either hitting weirdness with numpy methods OR there's a case where we expect to be passing values are are instead passing Index)
e.g. here's wrong behavior on current master
Problem is ordering of how passed dtypes work in Index constructor. Make sure this gets fixed in 0.14.
The text was updated successfully, but these errors were encountered: