Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 10:33 AM
You can create a new folder using like below:
dbutils.fs.mkdirs("/folder_name/")
Then, you can upload the file here manually the way you were uploading the FileStore.
And then you can read the file using below code
pd.read_csv('/folder_name/employee_data.csv')