I am trying to load the CSV to my jupyter notebook.
my file path in jupyter notebook: Data/country_vaccinations.csv
My Os:- Windows 10
and I am getting this error!!!

would any of you be kind enough to help me with this issue, please?
If the file is in Data subfolder, change 'Data/' to 'Data\\'.
This should do the job.
import os, os.listdir('Data')(in separate lines)