-1

error showing in the mardown file

error showing in the console

Itry try to read this csv file but still getting this error

1 Answers1

0

Your working directory seems to already be the .../data directory, so looking for a file will only lead you to search in the .../data/data directory. Is that what you are looking for? If not, try removing the data/ in your file path when reading, it may fix your problem.