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()