What does `df.groupby('category').mean()` compute in pandas?
-
A
The mean of the 'category' column only
-
B
The mean of all numeric columns grouped by unique values in 'category'
-
C
The most frequent value in each category group
-
D
The total count of rows in each category