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 |
|
Sample a pandas Series or DataFrame so that the frequency is not higher than a |
|
Resample a time series to a new time index, using an overlapping period |
|
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. |