I have a pyspark dataframe, where I am trying to fill the values in col_a using the previous available value + value in col_b. Below is the input dataframe
In