Rename a column or multiple columns
Function:
Rename_Columns(table = string, rename_group = list)
Parameters:
Table: Table name on which to perform function
Rename Group: A list of pairs of columns to rename and what to rename them
Examples:
Rename_Columns(table = Budget, rename_group = {"Jan" : "January", "Feb" : "February"})