Python pandas encoding

后端 未结 0 1752
心在旅途
心在旅途 2021-01-31 18:40

I have code for reading csv file with python pandas

import pandas as pd

df = pd.read_csv(\'out.csv\', sep=\'/n\',encoding = \'unicode_escape\')

print(df)


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