I am getting a FileNotFoundError for this section of code:
df = pd.read_csv("EURUSD_Candlestick_1_D_BID_05.05.2003-28.10.2023.csv")However, I have this file in my Downloads and it is spelled correctly. I am using Jupyter Notebook in VScode. It also says to check if the file is to be read in binary mode but I'm not sure what this means. Do you know if I need it in a specific directory or if this isn't working for another reason?