I have a directory named ML in my drive: which has some of my colab-notebooks and some csv files which I want to load in my colab-notebook.
But , when I use !pwd to find out the current folder, its output is as follows.
!pwd
/content
When I use !ls .. The directory structure is as follows:
bin/
boot/
colabtools/
content/
datalab/
dev/
etc/
gpu-tensorflow-1.9.0-cp27-cp27mu-linux_x86_64.whl
gpu-tensorflow-1.9.0-cp36-cp36m-linux_x86_64.whl
home/
lib/
lib64/
media/
mnt/
opt/
proc/
root/
run/
sbin/
srv/
sys/
tensorflow-1.9.0-cp27-cp27mu-linux_x86_64.whl
tensorflow-1.9.0-cp36-cp36m-linux_x86_64.whl
tf_deps/
tmp/
tools/
usr/
var/
I am unable to !cd to my directory which is drive/ML , since I don't know the path, and the tree structure and thus, load my csv files.