Can't load the data set in jupyter
I am currently learning the Data Preprocessing with NumPy module, when I load the loan data at section 9, an error shows as below:

Why does this occur and how do I fix it? Thanks
3 answers ( 0 marked as helpful)

Found an answer in the Q&A forum here submitted by others:

or

encoding = 'cp1252', worked for me from stack overflow :)