Switch from columns to rows or rows to columns across an entire table
Function:
Transpose(table = string, new_table_name = string)
Parameters:
Table: Table name on which to perform function
New Table Name: Name of the new table that will be created
Examples:
Transpose(table = Budget, new_table_name = Budget_2)