提问人:prudhvi 提问时间:5/19/2020 最后编辑:Minionsprudhvi 更新时间:5/19/2020 访问量:73
pandas:0.19.2 即使在给出 encoding= 'UTF - 8' 后,read_excel也无法正确识别编码
pandas: 0.19.2 read_excel is unable to recognize encoding properly even after giving encoding= 'UTF - 8'
问:
converterS = {col: str for col in x}
excel_df = pd.read_excel(xlsx_file,encoding = 'utf-8', sheetname=table,converters= converterS)
错误:“ASCII”编解码器无法对位置 25 中的字符 u'\xa2' 进行编码:序号不在范围内 (128)
答: 暂无答案
评论
utf-8
read_excel
encoding