I was trying to run a notebook from a folder in Colab. It imports other python files, so I used sys.path.append('/content/drive/MyDrive/[my folder]')
. It successfully imports some files. However, one of the files in this folder failed to access other files (the csv file in the screenshot). How to resolve this issue?
enter image description here
1