How to prevent Pandas to convert string to float

后端 未结 0 693
野趣味
野趣味 2020-12-30 14:52

i have csv file and the one of the cells value is 1.773 (string)

i use standard read_csv

import pandas as pd

df = pd.read_csv(\'file.csv\')

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