Glossary

Named Aggregation

A pandas 0.25+ syntax where you specify both the output column name and the aggregation function in a single `.agg()` call.

Learn More

Related Terms