timeseries_utils#
Utility functions for working with time series.
Functions#
|
Sample the index of a pandas Series or DataFrame so that the frequency is not higher than the frequency of ref_tindex. |
|
Sample a pandas Series or DataFrame so that the frequency is not higher than a supplied frequency. |
|
Resample a time series to a new time index, using an overlapping period weighted average. |
|
Time-weighted resampling of a time series to arbitrary periods. |
|
Get equidistant time series using nearest reindexing. |
|
Create equidistant time series creating a new DateTimeIndex with pandas.reindex. |
|
Create equidistant time series using pandas.reindex with method='nearest'. |
|
Create equidistant time series by rounding timestamps and dropping duplicates. |
|
Resample time-series data. |