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?