why loading dataframe from csv turned all the ndarray to string?

前端 未结 0 1874
孤街浪徒
孤街浪徒 2020-12-08 16:12

I have a dataframe which saved as csv in this way:

df.to_csv("df.csv", index=False)

The dataframe values are nda

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