From answers to this question, there are named functions for .agg that are optimized to perform much faster than the equivalent numpy or custom lambda function.
However, I can't find a comprehensive list of these--for example, I only learned that "nunique" exists from quora.
In the documentation, these are called Cython optimized functions.