I have a problem.
data = pd.read_csv('C:/Users/Пользователь/Downloads/Train_rev1.csv',
encoding='cp1252')
FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Пользователь/Downloads/Train_rev1.csv'.
The file itself is located there. What to do?
Initially, there were problems with encoding. I changed it, then tried to put
(r' ', encoding='cp1252')
but this didn't solve the problem either.
One simple solution :
datain your working directorydatafolder