I try with this command to read a csv file
import pandas as pd
papers=pd.read_csv('C:/Users/User/Desktop/myfile.csv')
but I receive this error:
'utf-8' codec can't decode byte 0x92 in position 80: invalid start byte
Any idea what should I add in the read commnad?