Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion 02_Filtering_&_Sorting/Chipotle/Exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,16 @@
"metadata": {},
"source": [
"### Step 5. What is the price of each item? \n",
"###### print a data frame with only two columns item_name and item_price"
"###### print a data frame with only three columns item_name choice_description and product_price"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
Loading