How do I get pandas.read_csv to interpret a null entry as integer 0?

前端 未结 0 829
南旧
南旧 2021-01-24 07:15

With pandas.read_csv, I am reading a CSV which includes null entries, e.g.,

col1,col2,col3
2,3,4
8,,9

read_csv interprets the null entry as a flo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题