databricks / devrel

This repository contains the notebooks and presentations we use for our Databricks Tech Talks
684 stars 426 forks source link

File system errors in Data Analysis with Pandas tech talk #68

Open HalleyRain opened 3 years ago

HalleyRain commented 3 years ago

Hello! When following the tutorial for Data Analysis with pandas, I am running into this error when trying to view the COVID dataset (CMD 7). Based on a comment on the Youtube video, I tried importing the notebook from URL and via file, with the same result.

ls: cannot access '/dbfs/databricks-datasets/COVID/': No such file or directory

Any input would be appreciated!

ETA: I see CMD 14 has been changed since the tutorial was recorded, and that import does work for me. Maybe the earlier ls commands are no longer relevant?