Skip to main content

Panads fill NaN value to Zero

df = pandas.read_csv('somefile.txt')

df = df.fillna(0)