How to I filter summed rows with a condition in a Pandas DataFrame?

后端 未结 0 442
不知归路
不知归路 2020-11-22 11:36

I essentially want to display only those features in the dataset that have number of null values > 0.

The line of code:

train_df.isnull().sum()


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