Time-series visualisation for multi-machine multi-sensor data
Project description
tspellenckit
Python toolkit for time-series visualisation and analysis of multi-machine, multi-sensor fleets.
Built for industrial telemetry data where each machine reports dozens of timestamped metrics, and where you need to quickly compare behaviour across machines, seasons, and sensors.
Features
- Multi-machine visualisation — one subplot per machine, overlaying multiple years on a shared calendar axis
- Column type detection — automatically identifies numeric, categorical and other column types in wide DataFrames
- Adaptive axis scaling — adaptive margins, filtering by date range or year
- More modules coming (anomaly detection, alerting, aggregations...)
Installation
pip install tspellenckit
Quick start
import tspellenckit as tsk
fig = tsk.vis_metric(
df,
"PORTEUR_VITESSE_AVANCEMENT",
years_filter=[2024, 2025],
period_filter=["06-01", "09-01"]
)
fig.savefig("speed.png", dpi=150)
Expected data format
A pandas DataFrame with a MultiIndex (SerialNumber, time), where each row
is a timestamped reading for a given machine.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tspellenckit-0.1.3.tar.gz.
File metadata
- Download URL: tspellenckit-0.1.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7d25d3956109c38c21b62413658bf3fe5ea48479b61f72d7a8ebe8f947ca09f
|
|
| MD5 |
2ae251e6c7925fa6afbd00390272f66d
|
|
| BLAKE2b-256 |
ca73c402d7bf5c2425a9ddb44c49fca7bb17e72897dafdcd1a8412d18547a3ad
|
File details
Details for the file tspellenckit-0.1.3-py3-none-any.whl.
File metadata
- Download URL: tspellenckit-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
573645465571bf8d005ff1e6d38e8608e29cbeb1c344523b501f2ab5f61327e9
|
|
| MD5 |
1dc7671ee41efc912b673fdc0560cb5e
|
|
| BLAKE2b-256 |
74716ff26d1dcad18b38799c951f94bda93407828588082dc5f214d283e1e008
|