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