Pyspark: Forward fill column A with addition of value from column B

前端 未结 0 537
自闭症患者
自闭症患者 2021-01-06 06:16

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题