Can we run pandas dataframe inside databricks?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2022 06:47 AM
Hi, I want to run
df=pd.read_csv('/dbfs/FileStore/airlines1.csv') while trying to run getting error like
FileNotFoundError: [Errno 2] No such file or directory: '/dbfs/FileStore/airlines1.csv'
Could you please help me out how to run pandas dataframe inside databricks or we can not run pandas dataframe directly inside databricks?