pastas.timeseries_utils#
This module contains utility functions for working with time series.
Functions
Get equidistant time series using nearest reindexing. |
|
Sample the index so that the frequency is not higher than the frequency of ref_tindex. |
|
Create equidistant time series by rounding timestamps and dropping duplicates. |
|
Create equidistant time series using pandas.reindex with method='nearest'. |
|
Create equidistant time series creating a new DateTimeIndex with pandas.reindex. |
|
Resample a time series to a new time index, using an overlapping period weighted average. |