how to replace blank with na in python code example Example: how to replace na values in python df['DataFrame Column'] = df['DataFrame Column'].fillna(0)