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)
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)