I'm trying to read An excel sheet "temp.xslx"
my code is :
temp =pd.read_excel("D:\temp.xlsx")
the error I get :
OSError: [Errno 22] Invalid argument: 'D:\temp.xlsx'
I googled the error but I got the same error over and over
I'm trying to read An excel sheet "temp.xslx"
my code is :
temp =pd.read_excel("D:\temp.xlsx")
the error I get :
OSError: [Errno 22] Invalid argument: 'D:\temp.xlsx'
I googled the error but I got the same error over and over