How can I check the fill rate of different columns of a database in pyspark?

后端 未结 0 1398
渐次进展
渐次进展 2021-02-06 11:25

so, basically I already have the database loaded in pyspark. When I tried to use the below query it gave an error:

df.apply(lambda x: x.count(), axis=1)


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