Yes, you can quickly reformat your data with:
data = data.iloc[::-1]
I would recommend reviewing pandas indexing closely from here.
CLICK HERE to find out more related problems solutions.
Yes, you can quickly reformat your data with:
data = data.iloc[::-1]
I would recommend reviewing pandas indexing closely from here.
CLICK HERE to find out more related problems solutions.