Python: UnicodeDecodeError using pandas.read_excel
问题 import pandas as pd msf=pd.read_excel('C:\Users\pauldufosse\Documents\TESTDANIEL.xlsx', has_index_names=True) I'm having difficulties importing this xlsx document. I will give you the full traceback as you might help me to find WHERE the wrong byte is. I'm french so there is the character 'à' but I think this one is taken in charge by ascii/utf-8 am i right? runfile('C:/Users/pauldufosse/Documents/MSF.py', wdir='C:/Users/pauldufosse/Documents') Traceback (most recent call last): File "C: