import pandas as pd
df = pd.read_excel(r'C:\Users\name\Documents\Data\/' + file+ '.xlsx')
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\name\Documents\/file.xlsx'
I try this is Documents path and it work, but when I adding one more file folder(Data) to it, python show me that he didn't go in to the Data file folder.