跳到主要内容

Panads fill NaN value to Zero

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

df = df.fillna(0)