Closed
Description
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 of 0
.