Question 1
Consider the following Python code using Pandas:
What does the groupby operation in the code achieve?
It calculates the total price for each category.
It calculates the average price for each category.
It groups the data by the ’Category’ column.
It filters out rows where the ’Price’ column is zero.