Skip to content
samzong
Search
K
Main Navigation
LLM
Cloud Native
Blog
Projects
About
Appearance
Menu
Return to top
On this page
python
df
=
pandas.read_csv(
'somefile.txt'
)
df
=
df.fillna(
0
)
1
2
3