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 assume this is supposed to shift the labels cyclically by one. Then % 4 and % 2 should be used. Otherwise its at least weird to write (x + 1) % 1 instead of 0.
The text was updated successfully, but these errors were encountered:
Code Sample, a copy-pastable example if possible
pandas/pandas/tests/indexes/test_multi.py
Lines 170 to 171 in 9303315
Problem description
I assume this is supposed to shift the labels cyclically by one. Then
% 4
and% 2
should be used. Otherwise its at least weird to write(x + 1) % 1
instead of0
.The text was updated successfully, but these errors were encountered: