Como verificar se o DataPoint está na coluna Pandas

# to mark NaN column as True
df['your column name'].isnull()
Magnificent Moth