lories.data.util#

Functions#

derive_by_hours(→ pandas.Series)

Derive a data series by hours.

Module Contents#

lories.data.util.derive_by_hours(data: pandas.Series) pandas.Series[source]#

Derive a data series by hours.

Parameters:

data (pandas.Series) – Series with the data to be derived

Returns:

fixed – Series with the derived data

Return type:

pandas.Series