Hi @There,
As the path is fixed, use the Python OS module to find all the files inside the path.
Filter all excel file (probably there will be one on very first time) and read that.
You probably delete the excel file after reading otherwise next time this may create confusion.
Also, you need to pass that filename to
pd.read_excel()