Why is the below item failing? Why does it succeed with "latin-1" codec?
o = "a test of \\xe9 char" #I want this to remain a string as thi
Use this, If it shows the error of UTF-8
pd.read_csv('File_name.csv',encoding='latin-1')