#reverse everything df = df.sort_index(ascending=False) df[::-1] https://stackoverflow.com/questions/20444087/right-way-to-reverse-a-pandas-dataframe