Im trying to open the Kaggle spotify top 50 songs csv file using pd.read_csv but its giving below error: "'utf-8' codec can't decode byte 0xf1 in position 2: invalid continuation byte"
In excel, it looks like a normal csv file. I tried using the csv.reader method and im able to open, using a defaultdict, and a few for loops. Why didnt the pd.read_csv work?
link to Kaggle csv file for convenience: https://www.kaggle.com/leonardopena/top50spotify2019