Reverse Columns

Reverse the order of specified columns on a table

Function:

Reverse_Columns(table = string, cols = list)

 

Parameters:

Table: Table name on which to perform function

Columns to Reverse: The list of columns you wish to reverse the order of

 

Examples:

Reverse_Columns(table = Budget, cols = ["Mar","Feb", "Jan"])