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.
pip install tabalysttabalyst report customers.csvThis 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.
Start here
Section titled “Start here”- Install Tabalyst, on Windows, macOS or Linux.
- Create your first report from a small CSV file.
Reference
Section titled “Reference”- JSON profile: the structure of the generated
.jsonfile. - Configuration: the JSON configuration file.
- Execution history: the
executions.jsonfile. - Profile format changelog.
- Known limitations: what Tabalyst does not do yet.
- Glossary: English and French terms.