.. _f-agg: module ``timeseries.agg`` ========================= Short summary +++++++++++++ module ``mlinsights.timeseries.agg`` Data aggregation for timeseries. :githublink:`%|py|5` Functions +++++++++ +-------------------------------------------------------------------------------+-------------------------------------------------------------+ | function | truncated documentation | +===============================================================================+=============================================================+ | :func:`_get_column_name ` | Returns a unique column name not in the existing dataframe. | +-------------------------------------------------------------------------------+-------------------------------------------------------------+ | :func:`aggregate_timeseries ` | Aggregates timeseries assuming the data is in a dataframe. | +-------------------------------------------------------------------------------+-------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlinsights.timeseries.agg :members: :special-members: __init__ :show-inheritance: