Introduction
GroupBy helps you organize items by putting similar things together. It makes it easy to see categories and count or list items in each group.
You want to sort a list of fruits by their color.
You have a list of students and want to group them by their grade.
You want to organize books by their author.
You want to count how many orders came from each city.