▚ Table Intelligence

Data analysis — Tools reference

You don’t call these directly — the Data analysis agent picks the right tool from your question. This is what’s available to it.

Every result is honest

Each tool returns a structured result: the method chosen, a plain‑language summary, the values, and a trust block:

"trust": { "level": "moderate",
           "caveats": ["Moderate sample (120 rows) — reasonable but not definitive.",
                       "This is a before/after comparison, not a causal test."] }

level is one of high / moderate / low / none / unassessed. When a tool declines, declined is true and no misleading number is returned.

Analytics (free, run locally)

AreaTools
Exploreprofile, run_sql, detect_outliers, group_aggregate, compare_periods
Customersrfm, retention_cohorts
Associationanalyze_association, association_matrix, market_basket
Predictiontrain_classifier, train_regressor, feature_importance, explain_prediction
Time seriesforecast, decompose, detect_changepoints
Causalcausal_effect (declines unless the data can support a credible estimate)
Clusteringcluster, profile_clusters, reduce_dimensions

All analytics are free forever and run entirely on your machine.

Account & reports (pro / trial)

ToolPurpose
account_statusShow your role (free or pro).
save_reportSave a report to your account.
list_reports, get_reportBrowse saved reports.
create_folder, list_foldersOrganize reports.

Saving reports needs an active trial or pro subscription — see Pricing. Saved reports land on your dashboard, where you can organise and share them.


Table Intelligence — built by Shubham Randive. Questions? Get in touch.