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
IndexError: index 1 is out of bounds for axis 0 with size 1
I came across this when writing test cases for my PR #20000 - looks like it happens due to calling set_index on the data rather than on a copy. I can potentially fix it there or open a separate PR.