Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 2.62 KB

README.md

File metadata and controls

60 lines (38 loc) · 2.62 KB

ts-shape | Timeseries Shaper

pypi version downloads documentation workflow documentation


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.

Features | Concept

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

Installation

Install ts-shape using pip:

pip install ts-shape

Documentation

For full documentation, visit GitHub Pages or check out the docstrings in the code.

Contributing

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.

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

!TODO