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

Glossary

This glossary fixes the vocabulary of the Tabalyst documentation. English is the source language; every French page uses the French terms below.

Keep these exactly as written in every language:

  • the product names Tabalyst, Tabalyst Report and Tabalyst CSV Report;
  • commands and options, such as tabalyst report, -o, --output-dir or --config;
  • JSON keys and values, such as format_version, with_issues or mixed;
  • file names and paths, such as report.json or executions.json;
  • Python modules, functions and parameters, such as tabalyst.analyze().
EnglishFrenchMeaning
toolkitboîte à outilsWhat Tabalyst is: a set of tools for unfamiliar data
reportrapportThe interactive HTML file produced by tabalyst report
profile, JSON profileprofil, profil JSONThe report.json file describing a dataset
column profileprofil de colonneThe part of the profile describing one column
datasetjeu de donnéesThe tabular data being analyzed
source filefichier sourceThe CSV file given to Tabalyst
dataset overviewvue d’ensemble du jeu de donnéesThe report section summarizing the whole dataset
data sampleéchantillon de donnéesThe first rows shown in the report
raw previewaperçu brutSource values before normalization
missing valuevaleur manquanteAn empty value or a configured missing marker
issueanomalieA detected data quality problem
with issuesavec anomaliesA column with missing values or of inferred type mixed
value normalizationnormalisation des valeursCleaning applied before analysis, such as whitespace trimming
type inferenceinférence de typeHow Tabalyst decides the type of a column
inferred typetype inféréThe type deduced from the values of a column
physical typetype physiqueThe storage type of the values: number, date, text
semantic typetype sémantiqueThe meaning of a column, such as an email or an identifier
date analysisanalyse des datesThe report section on date columns
numeric analysisanalyse numériqueThe report section on numeric columns
string analysisanalyse des textesThe report section on text columns
analysis settingsparamètres d’analyseThe effective configuration used for a report
configuration filefichier de configurationThe JSON file passed with --config
delimiterséparateurThe character separating CSV fields
encodingencodageThe character encoding of the source file
execution historyhistorique d’exécutionThe cumulative executions.json file
format revisionrévision du formatThe format_revision number of the profile format
batchlotSeveral source files processed by one command
output directorydossier de sortieThe folder given with -d / --output-dir
alphaalphaEarly stage where interfaces and formats may change