.. _f-timeseries: module ``plotting.timeseries`` ============================== Short summary +++++++++++++ module ``manydataapi.plotting.timeseries`` Common plots for timeseries. :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------------+--------------------------------------------------------------+ | function | truncated documentation | +=================================================================================+==============================================================+ | :func:`get_index_date ` | Returns the only column date. Raises an exception otherwise. | +---------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`get_new_column ` | Get a new column which does not exists in df. | +---------------------------------------------------------------------------------+--------------------------------------------------------------+ | :func:`plot_aggregated_ts ` | Plots an aggregated time series by a period of time. | +---------------------------------------------------------------------------------+--------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: manydataapi.plotting.timeseries :members: :special-members: __init__ :show-inheritance: