这类错误的原因是编码造成的,通常情况下都是utf-8编码,这需要变换一下,改成encoding="ISO-8859-1"即可:

file = pd.read_csv("/input/Aliases.csv",encoding="ISO-8859-1")

 

相关文章:

  • 2021-04-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2021-05-01
  • 2021-04-19
猜你喜欢
  • 2021-06-15
  • 2021-11-19
  • 2021-06-11
  • 2021-09-28
  • 2021-06-26
  • 2022-12-23
  • 2021-04-24
相关资源
相似解决方案