convert all na to 0 in python code example Example: dataframe fillna with 0 df['column'] = df['column'].fillna(0)