python path to Databricks modules
This year, and last, Ive been glad Databricks changed one simple thing that has nothing to do with fancy ML algorithms or distributed computing optimization, and thats the ability to interact with workspace files on the python level. Prior to Databricks 11.3 , the workspace could only contain notebooks and folders but no plain files. If you used python to do import os os.getcwd() you would see /databricks/driver and you could just use this cluster file system to copy files from outside blob systems for python file processing like say to read some csv into pandas and convert that to a spark dataframe but there was no notion of interacting with the actual file system where your notebooks lived (aka the workspace)....