Introduction to Data Science - GitHub

To Explore Data using Python: 1. Right‐click the Lemonade.csv dataset output, and in the Open in a new Notebook sub‐menu, click Python 3. This opens a new browser tab containing a Jupyter notebook with two cells, each containing some code. The first cell contains code that loads the CSV dataset into a data frame named frame, similar to this: from azureml import Workspace ws = Workspace ... ................
................