• df.shift(periods=1) shifts all rows (except index) down by 1
  • df.shift(periods=-1) shifts all rows (except index) up by 1
  • df.shift(periods=1, freq="M") shifts all rows towards the end of the month