Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2021 02:38 AM
I am having a similar issue:
- I am running databricks-connect from within a docker container
- I have a .xls file stored in Azure File storage, which is mounted to dbfs
- I would like to read this excel file with
pd.read_excel("dbfs:/mnt/path/to/file.xls")Has a solution been found for this?