Manipulating TimeSeries objectsΒΆ
Because TimeSeries are subclasses of MaskedArray, they behave as such for most operations (indexing, arithmetics, comparisons...), as described in the corresponding section of the Numpy documentation.
In the following, only the significant differences will be illustrated.
- Indexing and slicing
- Arithmetic and comparison operations
- Conversion of TimeSeries
- ... to other types
- scikits.timeseries.TimeSeries.__float__
- scikits.timeseries.TimeSeries.__hex__
- scikits.timeseries.TimeSeries.__int__
- scikits.timeseries.TimeSeries.__long__
- scikits.timeseries.TimeSeries.__oct__
- scikits.timeseries.TimeSeries.view
- scikits.timeseries.TimeSeries.astype
- scikits.timeseries.TimeSeries.byteswap
- ... to other objects
- ... to other frequencies
- ... to other types
- Dates manipulation
- Shifts and alignments
- Loading a TimeSeries from a text file
- Saving a TimeSeries to a text file
