Concepts

groupby

A pandas operation that splits a table into groups based on the values in a column (like splitting experiment rows by treatment condition) so you can calculate statistics for each group separately.

Return to all terms