Pandas GroupBy Aggregation

What does this code return?

df.groupby('department')['salary'].agg(['mean', 'max', 'count'])