how to resolve encoding errors in python?

前端 未结 0 1905
感情败类
感情败类 2020-12-06 20:32

I\'m trying to parse a csv downloaded file from my bank account. The file gets opened with:

with open(\'umsatz.csv\', \'r\', encoding="utf-8") as cs         


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