pandas_exercises
pandas_exercises copied to clipboard
Update solution 02_Filtering_&_Sorting/Chipotle/Exercises_with_solutions.ipynb/Question 5
In the 02_Filtering_&_Sorting/Chipotle/Exercises_with_solutions.ipynb/Question 5, the question is "What is the price of each item?" and the instruction is to print a data frame with only two columns item_name and item_price.
In the model solution, it seems that the code is performing the wrong task. I changed the answer and I think it is now corrected.