I'm trying to read a csv file using python on jupyter notebook using the following command:
data = pandas.read_csv("/Users/noha/Desktop/SongCSV.csv")
However, I keep getting this error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 5: invalid continuation byte
I don't understand why this is happening.