Basic statistics (mean, median, min, max, counts...) are easily calculable across data frames. These, or even custom aggregations, can be applied on the entire
data set, a sliding window of the data, or grouped by categories. The latter is also known as the split-apply-combine approach.
.. image:: ../_static/schemas/06_groupby.svg
:align: center
.. raw:: html
:ref:`To introduction tutorial <10min_tut_06_stats>`
.. raw:: html
:ref:`To user guide `
.. raw:: html