Path: blob/main/extensions/copilot/test/simulation/fixtures/notebook/sales.ipynb
13399 views
Kernel: .venv
Getting and Knowing your Data
Check out Chipotle Exercises Video Tutorial to watch a data scientist go through the exercises
This time we are going to pull data directly from the internet. Special thanks to: https://github.com/justmarkham for sharing the dataset and materials.
Import the necessary libraries
In [4]:
Import the dataset from this address.
Assign it to a variable called chipo.
In [6]:
See the first 10 entries
In [7]:
Out[7]:
What is the number of observations in the dataset?
In [8]:
Out[8]:
4622
What is the number of columns in the dataset?
In [9]:
Out[9]:
5
Which was the most-ordered item?
In [ ]: