This repository contains the ts-shape python package. The abbreviation stands for
"Time Series shaping with rule based methods".
ts-shape is a Python library for efficiently transforms, contextualizes and extracts events from time series data. It provides a set of tools to handle various transformations, making data preparation tasks easier and more intuitive.
Besides that multiple engineering specific methods are utilized to make it fast and easy to work with time series data.
Category | Feature | Status |
---|---|---|
Transform | Filters: Datatype-specific filters | ✔️ |
Functions: Lambda functions for transformations | ✔️ | |
Time Functions: Time-specific transformations | ✔️ | |
Calculator: Calculation-based transformations | ✔️ | |
Features | Stats: Datatype-specific statistics | ✔️ |
Time Stats: Timestamp-specific statistics | ✔️ | |
Context | Contextualize Timeseries datasets with foreign sources | ❌ |
Events | Quality Events | ❌ |
Maintenance Events | ❌ | |
Production Events | ❌ | |
Engineering Events | ❌ |
Install ts-shape using pip:
pip install ts-shape
For full documentation, visit GitHub Pages or check out the docstrings in the code.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
Please ensure to update tests as appropriate.
Distributed under the MIT License. See LICENSE for more information.
!TODO