Q. In Python, what is the main purpose of the "groupby" operation in Pandas? (A) Sorting data (B) Filtering data (C) Reshaping data (D) Grouping and aggregating data ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Grouping and aggregating data