File Not Found Error error for users table DE 2.2 - Providing Options for External Sources
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 11:03 PM
In the #databricks Academy in section
DE 2.2 - Providing Options for External Sources
I am getting an error in the creation of the users table. None of the posted solutions is working in this case.
%run ./Includes/Classroom-Setup-02.2
Creating the users table...
FileNotFoundError: [Errno 2] No such file or directory: '/dbfs/mnt/dbacademy-datasets/data-engineer-learning-path/v04/ecommerce/raw/users-historical'
Will be grateful in any suggested solution.
Thanks
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 12:39 PM
df = spark.read.parquet("/mnt/dbacademy-datasets/data-engineer-learning-path/v04/ecommerce/raw/users-historical").toPandas()

