Import File error
I tried to import the file using data = pd.read_csv('file_directory.csv') in Jupyter but it still shows that the file not found. I tried everything but nothing seems to be working. Can you help me out.
1 answers ( 0 marked as helpful)
Hi Saurabh,
thanks for reaching out!
First, you should double check to see if there are any spelling errors, especially if there is a '-' or '_' somewhere in the name.
Second, when specifying the folder path you need to make sure you use '/' instead of '\' between the folders.
Hope this helps!
Best,
Eli