Replace all blank values with a specified value
Function:
Fill Blanks(table = string, cols= list, fill = string, dtype = drop down)
Parameters:
Table: Table name on which to perform function
Columns: Which columns to fill the blanks
Fill With: What to fill the blanks with.
Data Type: What data type to fill the blanks with (string, integer, date)
Examples:
Fill Blanks(table = Budget, cols= ["Jan", "Feb", "Mar"], fill = "0", dtype = integer)