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()
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