0

I am trying to read a csv file to my Jupyter notebook using Python 3

address = 'C:/Users/X/Y/Z/Data.csv'
data = pd.read_csv(address)

This is the message I am getting:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xee in position 0: invalid continuation byte

Any suggestions? I am having trouble understanding what it wants from me to do with the data in order to load it. Thanks a lot !

0 Answers0