标签: pyspark
在pyspark数据框中,我可以使用filter(col('colname').isNotNull())来过滤Null值,但是如何在pyspark的RDD中实现相同的值?
filter(col('colname').isNotNull())