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.1.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.1-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tspellenckit-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 74c564d9e067d7f303c1c7ce45a83b0c0905440bf0a2263664016fee5d99a8c2
MD5 976f2f2d3769e3f2495e12ab635f8e28
BLAKE2b-256 816184ea6cbf35fa9d40f10ba19cf75efb5516ee52ca91cafb760ff2e91c6f0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tspellenckit-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 62b00d9b02cad6bf1b9ebb57f6e48eb37d87acf4d264fe050d96c99067625b5f
MD5 ac646d7508e37c50491a26250e737f6c
BLAKE2b-256 ea6202512825094955034db1a16be07112270961311a383a2ce06b0b44d07b7e

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