Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 02:48 PM
I need help understanding why I can't open a file.
In a databricks notebook, I use this code:
%fs
ls /mnt/cntnr/demoI get back dbfs:/mnt/cntnr/demo/circuits.csv as one of the path values.
When I use this code, I get an error:
circuits_df = spark.read.csv("dbfs:/mnt/cntnr/demo/circuits.csv")Any suggestions?
ANy suggestion
Labels:
- Labels:
-
Databricks notebook