pandas_exercises icon indicating copy to clipboard operation
pandas_exercises copied to clipboard

Update solution 02_Filtering_&_Sorting/Chipotle/Exercises_with_solutions.ipynb/Question 5

Open tamdnguyen opened this issue 3 years ago • 0 comments

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.

tamdnguyen avatar Jan 05 '22 22:01 tamdnguyen