Table Modifications
General Info
Useful Snippets

8.0.1 Set the order of the columns

Example:

# let's put the columns in reverse order from what they were before
DF = DF[['C','A','B']]