Skip to main content

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

tspellenckit-0.1.5.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tspellenckit-0.1.5-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file tspellenckit-0.1.5.tar.gz.

File metadata

  • Download URL: tspellenckit-0.1.5.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.6

File hashes

Hashes for tspellenckit-0.1.5.tar.gz
Algorithm Hash digest
SHA256 64bc5f3ea8cd924c98e5a9f16d9cc2bd3dabb0eb8ff14a231792044fd8b1de55
MD5 2df4a415a0a7d56382d41f9042dbf190
BLAKE2b-256 d2d4268024b9eb908e7237447ab14c17be169b0c9f88efa2c876c33c0c13f05b

See more details on using hashes here.

File details

Details for the file tspellenckit-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: tspellenckit-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.6

File hashes

Hashes for tspellenckit-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0642719c0f68c82e5feddaba1f39a00ed02564a41ab542c7a3f550e3d5244949
MD5 e5c37219c3d34c99d627d7996b0cbfe8
BLAKE2b-256 e8e09644fd60289b406040da99281c874903caa7e6870db2a32c2b7a23f3026f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page