how to replace all empty strings with 0 dataframe code example Example: pandas replace empty string with nan df = df.replace(r'^\s*$', np.NaN, regex=True)