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.2.tar.gz (3.3 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.2-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tspellenckit-0.1.2.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

Hashes for tspellenckit-0.1.2.tar.gz
Algorithm Hash digest
SHA256 832ae787a69dec635ed8670a68bc7df62f80cf30318c380974db21668d945123
MD5 8e7effa1fcfe4c988cc930771d782d6b
BLAKE2b-256 dc19f06ee911339322c90e427862049ea114a9baf2ae2cb1b87a2fe1c904034c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tspellenckit-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 3.8 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 39b122ba687931fbe2124b7f28f68dc9d26cefc6e66885d451b1d718c3c59861
MD5 6cb466d8e76e7977b406b759c8741e9c
BLAKE2b-256 9130a96284476edd82631aea4d39ff2b0cf0ac52881ec3cbf020925041c8220d

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