0

I am unable to get rid of this unicode error. I have tried all the other ways to represent the address, that is using '/', '//', '' and '\'. None of these work. Please help me out in solving this error.

df = pd.read_csv('C:\Users\windows\Desktop\USA_Housing.csv')
df.head()

enter image description here

If I use 'r' before the address, I am getting 10 more errors. They are as follows in the picture given below.

enter image description here

enter image description here

0 Answers0