I'm trying to load a csv into Phython 2 using Anaconda with the following code:
pd.read_csv('C:\Users\thakuar1\Desktop\Machine_Learning\at_LoanStats3a_20170620_v12.csv')
but keep running into the below error:
IOError: File C:\Users hakuar1\Desktop\Machine_Learningt_LoanStats3a_20170620_v12.csv does not exist
Any reason why the filepath would be dropping characters?
Thanks!