Skip to content
Tabalyst is in alpha. This documentation describes version 0.2.1; commands and the JSON format may still change.

Tabalyst documentation

Tabalyst is an open-source, local-first toolkit for understanding unfamiliar data. Its first tool, Tabalyst Report, analyzes a CSV file and produces an interactive HTML report and a structured JSON profile.

Terminal window
pip install tabalyst
tabalyst report customers.csv

This creates customers.html (the report), customers.json (the profile) and executions.json (the run history) beside the CSV file. Everything runs on your computer; no data is sent anywhere.

Tabalyst is in alpha. Commands and the JSON format may still change between versions. This documentation describes the latest release published on PyPI.