# If you are doing any conditional operation and you want to check a if # a single value is Null or not then you can use numpy's isna method. np.isna(df[col][0])