Forward Fill Blanks

Fill Blank data with data from values above it

Function:

Forward_Fill_Blanks(table = string, cosl = string)

 

Parameters:

Table: Table name on which to perform function

Columns: Columns you wish to forward fill the blanks

 

Examples:

Forward_Fill_Blanks(table = Budget, cols = ["Month", "Year"])