Curator

Verifiable data analysis

Ask your data.

https://askcurator.io/app
Drop a CSV — or click to upload

See the code.

Curator turns a plain-English question into real Python, runs it on your actual rows in your browser, and shows every line behind the number. Not a guess — an answer you can open.

No credit card · Runs in your browser · 30 questions free

https://askcurator.io/app
Average revenue per region
$48,210
trial customers excluded

Verifiable, not just plausible

A number you can change and re-check.

Open the code behind any answer, edit a line — drop a filter, exclude a segment — and hit Run. The chart and the number update from your edit, not a black box. That’s the difference between a guess and an answer.

How it works

Three steps, nothing hidden.

1

Bring your data

curator
sales_2024.xlsx · 3 sheets
orders
customers
regions
● shared key “id” detected → joinable

Drop in a CSV, Excel, JSON, or Google Drive file. Every sheet becomes a table; load several and Curator finds the keys to join them.

2

Ask in plain English

curator · orders.csv
Which region grew fastest last quarter?
q = df[df.quarter.isin(["Q3", "Q4"])]g = q.groupby(["region", "quarter"]).revenue.sum()g.unstack().pct_change(axis=1)

Your question becomes real Python, run in a sandbox inside your own browser tab. Your full file never leaves the page.

3

Get the answer + its code

curator · result
+18.4%EMEA, Q3 → Q4
show the codetable verified · 842 rows

Every result carries its proof one click away — the exact code, the rows it touched, the full trace. Edit a line and re-run anytime.

Built to be shared

A whole notebook, curated into one report.

When the analysis is done, turn the whole notebook into a clean, shareable report. One click for an AI summary of the findings — keep the code in for a technical audience or leave it out for a plain-English read — then export to PDF or share a link.

https://askcurator.io/app
Titanic survival
5 analyses · titanic.csv
Survival by class
Survival by sex
Median fare$32.20
Age distribution
https://askcurator.io/workflows
Weekly sales review
saved workflow · 3 steps
1Revenue by region
2Top product
3Week-over-week growth

Do it once, then never again

Save an analysis. Run it on next week’s file.

Turn a finished notebook into a repeatable workflow. Drop in the new export and every step re-runs on the fresh data — same questions, same checks, new numbers. No rebuilding from scratch.

Your data, handled honestly

It runs in your browser — and we’re straight about the rest.

The honest version, not the marketing one: your file stays on your machine. The model sees your question and column names to write the code — never your rows, and your values are masked even when it phrases the answer.

your browser tab
▦ sales_2024.csv · 2.4M rows stays in this tab — never uploaded

Runs on your machine

Your file is loaded and analyzed in a sandboxed worker inside your own browser tab. The full dataset is never uploaded to, or stored on, a Curator server — there’s no ingest queue because the data never leaves.

What’s sent to write the code
  • your question
  • column names & types
  • your rows
  • your data values

Honest about what’s sent

To turn your question into Python, Curator sends the question and your column names and types — never your rows. When it phrases your answer in words, the values are masked before sending and restored on your machine, so your numbers never leave. See what’s sent →

The compounding part

Verified building blocks, not one-off guesses.

A chatbot regenerates the analysis on every question. Curator reuses code that’s already been checked — and run thousands of times.

Correlation between price and demand?
♻ reusedcorrelation_pair
reviewed · run in 1,204 analyses

It reuses verified code

Ask the same question twice and you get the same trusted answer. Curator reuses building blocks that have already been checked and run — instead of re-writing the analysis, and re-rolling the risk, every time.

Trusted library318
  • revenue_by_regioncertified
  • cohort_retentionreviewed
  • pct_change_by_groupreviewed
  • seasonality_indexcommunity

It gets sharper over time

Every analysis can promote a block — community → reviewed → certified. The trusted library grows as it’s used, so reliability climbs over time instead of drifting.

Questions

The things people ask first.

How is this different from asking ChatGPT?
A chatbot reads a slice of your data and writes a plausible-sounding answer. Curator writes real Python, runs it on your actual rows in your browser, and hands you the exact code, the rows it touched, and the full trace — so you can check the number instead of trusting it.
Do I need to know how to code?
No. You ask in plain English and get an answer with a chart. The code is right there if you (or a teammate) ever want to read it, edit a line, and re-run — but you never have to.
What can I upload, and how big can it be?
CSV, Excel, JSON, TSV, or a Google Sheet. Load several at once — every sheet and tab becomes a table, and Curator finds the shared keys to join them. Files up to a few million rows (~300MB) work comfortably in the browser.
Is my data private?
Your full file is analyzed in your browser and never uploaded or stored on our servers. To write the Python, Curator sends only your question and your column names and types to an LLM provider — never your rows or values. Even when it phrases your answer in plain English, the actual values are masked before they're sent and filled back in on your machine. The /privacy page spells out exactly what's sent.
What does it cost?
Free covers 30 questions a month — no credit card to start. Pro is $25/mo for unlimited questions plus curated reports (a one-click AI summary or a custom pick-and-refine write-up). Cancel anytime.

Read the full FAQ →

Pricing

Simple, and free to start.

Free
$0/mo
  • 30 questions a month
  • CSV, Excel, JSON & Google Sheets
  • Join across multiple tables
  • Every chart with its code, trace & data
  • Share a clean report (export to PDF)
Start free
Pro Power users
$25/mo
  • Unlimited questions
  • Everything in Free
  • Curated reports — AI summary & custom pick-and-refine
  • Cancel anytime
Get Pro

Ask your data something hard.

Put a real question to your spreadsheet — every answer comes with its receipts.

Open the workbench

No credit card · Free to start