How do you read files from the DBFS with OS and Pandas Python libraries?

MattPython
New Contributor

I created translations for decoded values and want to save the dictionary object the DBFS for mapping. However, I am unable to access the DBFS without using dbutils or PySpark library.

Is there a way to access the DBFS with OS and Pandas Python libraries? At work, we can directly use the same path as the PySpark functions to write/ read from the DBFS without issue.

  1. Confirm files exist within DBFSimage.png
  2. Confirm ability to read file with PySparkimage
  3. Error 1 - recommends using "/dbfs" instead of "dbfs:"image
  4. Updated "/dbfs" - error persistsimage
  5. Removed DBFS entirely:image
  6. and one last shot....image

Thank you!