I'm using DataBricks Python.
If I save this file
y_pred.to_csv("y_pred.csv")
it works but I don't know where the file is and I can't find it.
When I try to copy the file in another location
dbutils.fs.cp("/y_pred.csv", 'wasbs://...........')
I get the following error:
java.io.FileNotFoundException: /y_pred.csv