hello is there a way I could reverse the order of the rows. I have used the function data1 = data.iloc[::-1] which reverses all the values within the data tabl
data1 = data.iloc[::-1]