Spark: drop columns where number of missing values is greater than threshold

前端 未结 0 1794
攒了一身酷
攒了一身酷 2021-01-30 12:26

I want to implement the following Pandas code in Spark

df_miss_val = df.isna().sum().reset_index().rename(columns={\'index\':\'column_na         


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