представляют NAN с пандами в Python

import pandas as pd

if pd.isnull(float("Nan")):
  print("Null Value.")
Open Oystercatcher