Create a new column and fill it.
Function:
Create_Column(table = string, fill = string, dtype= drop down, new_col = string)
Parameters:
Table: Table name on which to perform function
Fill With: What to fill the column with, could be a single number or string or just blank
Data Type: What data type do you want the new column to be (string, integer, date)
New Column Name: Name for the newly created column
Examples:
Create_Column(table = Budget, fill = "12", dtype= integer, new_col = Months)