Write data directly to blob storage from an Azure Machine Learning Studio notebook
I'm working on some interactive development in an Azure Machine Learning notebook and I'd like to save some data directly from a pandas DataFrame to a csv file in my default connected blob storage account. I'm currently loading some data…