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.4.tar.gz (3.4 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.4-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tspellenckit-0.1.4.tar.gz
  • Upload date:
  • Size: 3.4 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.4.tar.gz
Algorithm Hash digest
SHA256 5bb1c0f205f170723b8bebb31e55ff92a9135df793d8f68600d9be69dd39b051
MD5 ab99f8211cfd2f7cb90657d3c424a80a
BLAKE2b-256 d6f9f491fb65b5547f1fd7652ba31463a4ee32281d09b9635e514ab61cffe76d

See more details on using hashes here.

File details

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

File metadata

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

Hashes for tspellenckit-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d77eb455fdfe7584bb60cdb577587cb11671e4d3804585201e467bd44a980bf5
MD5 8ed058b8233c9d825530b719c1741d35
BLAKE2b-256 6335611f5a5de1c5a8f00d5c5f1e94444ab4d9019c4757d4dfa504566cf939a7

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