Not able to install the AIRBNB dataset when trying to run in the notebook-"Scalable ML".
I am getting the error as below-:AnalysisException: Path does not exist:
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 10:06 PM
file_path = f"{datasets_dir}/airbnb/sf-listings/sf-listings-2019-03-06-clean.parquet/"
2
airbnb_df = spark.read.format("parquet").load(file_path)
3
4
display(airbnb_df)
AnalysisException: Path does not exist: dbfs:/user/nniha9188@gmail.com/dbacademy/machine_learning/datasets/airbnb/sf-listings/sf-listings-2019-03-06-clean.parquet
Labels:
- Labels:
-
Dataset
0 REPLIES 0

