movefile

How to transfer a csv file from notebook folder to a datastore

How to transfer a csv file from notebook folder to a datastore Question: I want to transfer a generated csv file test_df.csv from my Azure ML notebook folder which has a path /Users/Ankit19.Gupta/test_df.csv to a datastore which has a web path https://abc.blob.core.windows.net/azureml/LocalUpload/f3db18b6. I have written the python code as from azureml.core import Workspace ws = …

Total answers: 1