UnicodeDecodeError

I am getting UnicodeDecodeError while reading csv file. How can i solve it??

hi @ayushi1719
plz shift ur csv file to current directory then use pd.read_csv
it is occuring because u are using windows
in path of csv u are using muat be containing c:/users.
this result in /u to unidecode error

But i’ve used another dataset from the same directory & it’s not showing the error