Hi! I am not able to load the dataset given in the question using pandas dataframe ,it says utf8 encoding error at 806th byte.
Then i tried opening the file and reading the content as done in the videos…Still i am not able to access the data
Movie Rating Prediction
Hey,
Try calling read_csv
with encoding='utf8' , encoding='latin1', encoding='iso-8859-1' or encoding='cp1252'
(these are some of the various encodings found on Windows).
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.