Hi - I'm trying to upload a file, so that I can use the same in my notebook to try ML experiments with Databricks. From my workspace, I created a folder. But the option 'Create -> File' does not do anything. So not able to add any file.
From a notebook, there is an option to upload a file to DBFS. I used that and uploaded my file, copied the path which it gave me. When I tried to use that in the python code (pandas read_csv), it gives me 'FileNotFoundError: [Errno 2] No such file or directory'. when I try to run ls command, I can see the file, but am not able to copy (using cp command) nor am I able to refer it in pandas code.
Am not sure how to get past this error. Am using community edition.