Skip to content
python
df = pandas.read_csv('somefile.txt')

df = df.fillna(0)

Powered by VitePress