Please bear with me as I'm new. I'm currently using Spyder on Anaconda Navigator. Trying to read an excel file from a folder in my desktop like this:
import pandas as pd
Dark_Maple_1 = pd.read_excel(r'C:\\Users\maiazhang\Desktop\CNN Data\Dark Maple\Dark Maple (1).xslx')
But I keep getting this error: FileNotFoundError.
I've triple checked that this is the correct path, so I'm confused. I guess it has something to do with me being on Anaconda Navigator. I've tried changing the working directory and even tried just reading a normal txt file with the same error. Any advice would be much appreciated.