Pyspark: How to Apply UDF only on Rows with NotNull Values

前端 未结 0 1433
鱼传尺愫
鱼传尺愫 2020-12-07 01:24

I have a pyspark dataframe and would like to apply an UDF on a column with Null values.

Below is my dataframe:

+----+----+
|   a|   b|
+----+----+
|nul         


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