I know this should be the easiest thing to do... but I can't figure it out! I'm simply trying to open a file
df1 = pd.read_csv(r'C:\Users\erifilidraklellis\Desktop\In It Together\Excel\CSV\ii2g.csv')
but I keep getting the error
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\erifilidraklellis\\Desktop\\In It Together\\Excel\\CSV\\ii2g.csv'
Both the file I'm trying to open and the jupyter
notebook are currently living in the same folder. Please help!