79303903

Date: 2024-12-23 18:21:33
Score: 2
Natty:
Report link

The following worked. I assume it was writing to Excel starting at the index that made up the "first" row.

df3 = df3.iloc[::-3, :]
df3 = df3.iloc[::-1].reset_index(drop=True)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Theodore Leon