File Not Found Error error for users table DE 2.2 - Providing Options for External Sources

HCARKSTEM
Databricks Partner

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

HCARKSTEM
Databricks Partner

df = spark.read.parquet("/mnt/dbacademy-datasets/data-engineer-learning-path/v04/ecommerce/raw/users-historical").toPandas()