vtools.data.timeseries¶
Time series module Helpers for creating regular and irregular time series, transforming irregular to regular and analyzing gaps.
Functions
|
Convert a time series or DatetimeIndex to an integer/double series of elapsed time |
|
Convert a time series or numerical Index to a Datetime index or series |
|
|
|
Extend a regular time series with newer start/end |
|
Create a regular or calendar time series from data and time parameters |
|
Create a regular time series filled with constant value or formula based on elapsed seconds |
|
Check for overlapping time coverage between series Returns a tuple of start and end of overlapping periods. |