Skip to content

Instantly share code, notes, and snippets.

@efraintorlo
Created July 13, 2017 15:11
Show Gist options
  • Save efraintorlo/9c2744a21fe11ef347a773878c751fd6 to your computer and use it in GitHub Desktop.
Save efraintorlo/9c2744a21fe11ef347a773878c751fd6 to your computer and use it in GitHub Desktop.
Import dataset to Jupyter in Azure Machine Learning
from azureml import Workspace
ws = Workspace()
ds = ws.datasets['data.csv']
frame = ds.to_dataframe()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment