How to ensure numbers read as string when using pandas to read excel?

后端 未结 0 1513
后悔当初
后悔当初 2020-12-02 10:35

I have a column \'answer\' in excel sheet which are numbers, and when read by pandas:

df = pd.read_excel(filename, sheet_name = sheet_names)

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