【发布时间】:2021-06-27 04:20:23
【问题描述】:
Current(>=v1.2.5?) pandas.read_excel() 方法删除了参数“encoding="。
请告诉我 pandas 如何读取基于 UTF8 编码的 excel 文件的 shift-jis(cp932)? (在windows(cp932)中创建的excel。我想在MacOS(utf8)中阅读)
-
pandas.read_excel(open('file_path','rb',encoding="utf8"))导致错误。
【问题讨论】: