Created
July 13, 2017 15:11
-
-
Save efraintorlo/9c2744a21fe11ef347a773878c751fd6 to your computer and use it in GitHub Desktop.
Import dataset to Jupyter in Azure Machine Learning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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