problems when saving csv file as unicode

后端 未结 0 1183
温柔的废话
温柔的废话 2020-12-16 23:45

I need to extract a dataframe as csv unicode format so I use this code:

df.to_csv(\'df.csv\',encoding=\'utf-8-sig\')

however when I open the

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