Check the shape and sum of missing values per feature using the .shape and .isna().sum() functions from Pandas' Dataframe. code example
Example: pandas nan values in column
df['your column name'].isnull()
df['your column name'].isnull()