Trimes

trimes (transient time series) is a python package for transient time series data in pandas format. The application is actually for all time series data where the time vector has a numerical format (e.g numpy’s float64) - as opposed to the frequently used DateTime format. To the best of our knowledge, there is currently no other python package focusing on transient time series data as described and the mentioned DateTime format is not convenient for transient time series.

trimes provides functionality for pandas DataFrames (in the format mentioned above) for the following use cases:

and more.

Have a look at the tutorials to get started.

Installation

pip install trimes
Back to top