mewakili nan dengan panda di python

import pandas as pd

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