pandas: 0.19.2 read_excel is unable to recognize encoding properly even after giving encoding= 'UTF - 8'

86 Views Asked by At
converterS = {col: str for col in x}
excel_df = pd.read_excel(xlsx_file,encoding = 'utf-8', sheetname=table,converters= converterS)

error : 'ascii' codec can't encode character u'\xa2' in position 25: ordinal not in range(128)

0

There are 0 best solutions below