Problems with reading an csv with Pandas read_csv

前端 未结 0 1077
谎友^
谎友^ 2020-12-17 04:14

I am trying to read a CSV file with the following command:

data=pd.read_csv("TestDatei.csv",delimiter=\';\', encoding=\'ISO-8859-1\')
相关标签:
回答
  • 消灭零回复
提交回复
热议问题