lories.data.util ================ .. py:module:: lories.data.util .. autoapi-nested-parse:: lories.data.util ~~~~~~~~~~~~~~~~ Functions --------- .. autoapisummary:: lories.data.util.derive_by_hours Module Contents --------------- .. py:function:: derive_by_hours(data: pandas.Series) -> pandas.Series Derive a data series by hours. :param data: Series with the data to be derived :type data: pandas.Series :returns: **fixed** -- Series with the derived data :rtype: pandas.Series