Aller au contenu
Tabalyst est en version alpha. Cette documentation décrit la version 0.2.1 ; les commandes et le format JSON peuvent encore changer.

Tabalyst documentation

Ce contenu n’est pas encore disponible dans votre langue.

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.