Trouble setting path using Kaggle kernels

I’m getting the following error when trying to set the path in my kaggle kernel.
FileNotFoundError: [Errno 2] No such file or directory: ‘…/input/0’
I get this error when I try setting my path to
path = Path(’…/input’)

Any workarounds to this issue or a solution?

1 Like