Question: How do I answer question 6 using python? I need to output the burrito from the menu_item column that has the highest Overall average. The
How do I answer question 6 using python? I need to output the burrito from the menu_item column that has the highest Overall average. The California_burritos table can be found above
a = burritos.where('Menu_Item' ', are. containing('California')) california_burritos= a.select('Menu_Item',"Overall').group('Menu_Item' ,np.average) california_burritos ... (9 rows omitted) \[ \begin{array}{l} \text { : grader.check("q1_4") } \\ : \text { q1_4 passed! } \end{array} \] Question 5. Given this new table california_burritos, Sara can figure out the name of the California burrito with the highest overall average rating! Assign best_california_burrito to a line of code that outputs the string that represents the name of the California burrito with the highest overall average rating. If multiple burritos satisfy this criteria, you can output any one of them. (8 Points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
