I'm working in codebook using a jupyter notebook. I have some data in an excel which I want to add to my analysis.
I have dropped the excel file into the same folder in codebook as my Jupyter file, however the following code cannot load the file into the Jupyter notebook:
Lombards = pd.read_excel("INPUT_Swiss_foreign_loans.xlsx")
Please let me know if there is something additional that must be done to complete this step.