I found the answer on how to reverse the order of a python series in this stackoverflow answer. reverse dataframe's rows' order with pandas
They referenced this page as their source : http://pandas.pydata.org/pandas-docs/stable/indexing.html, but I was unable to find the exact section on the page where the strategy for reverse indexing was explained. Could someone please help me with this or direct me to where in the pandas/python documentation this strategy is outlined.