Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 504 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 504 Bytes

Chipotle item analysis

You are given a data set of Chipotle orders. You're asked to figure out the average order price and the average price per item ordered. Can you describe how you would do this using Python Pandas? The solution will be Python code which walks through the logic and calculation.

Click here to view this problem in an interactive Colab (Jupyter) notebook.