How to download a .csv or .pkl file from databricks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 12:06 PM
When I save files on "dbfs:/FileStore/shared_uploads/brunofvn6@gmail.com/", it doesn't appear anywhere in my workspace. I've tried to copy the path of the workspace with the right mouse button, pasted on ("my pandas dataframe").to_csv('path'), but when I go to the workspace, nothing is there also.
How do I access de files that I saved? I don't find it anywhere besides dbutils.fs.ls('path'), soon I will save a model with pickle, how do I find the model on my workspace?
- Labels:
-
Download
-
File
-
Files
-
Pandas dataframe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 01:59 PM
I think I discover how to do this. Is in the label called data in the left menu of the databricks environment, in the top left of the menu there are two labels "Database Tables" and "DBFS" in which "Database Table" is the default label. So it is just to switch to the "DBFS" label that the content will be there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2023 10:49 PM
I do see the content, but there's no button to download it . Can you tell how to download it please ?

