ع
Start Topics Teams Reference What's new Saved
tracks

Data & Analysts

For business analysts and anyone who turns data into decisions — profile a dataset, write and explain a query, turn a CSV into a chart, and draft the stakeholder summary, all from the Claude Desktop chat with no SQL memorized.

11 playbooks
playbooks

Full worked systems, not one-off prompts — each walks the whole workflow end to end. Pick one and follow it.

Interview a dataset before you touch it

Open a file you've never seen and get the full picture — row count, what every column means, the date range, blanks, and duplicates — before you ask a single analysis question.

easy ~15 min open the playbook

Build the metric dictionary every query and report inherits

Turn the metrics your team argues about — active, churn, revenue — into one dictionary: each with a plain-English meaning, the exact logic, an owner, and its edge cases, so every query, chart, and report finally counts the same thing.

medium ~1.5 hours to build, reused on every analysis open the playbook

Turn a vague request into an answerable analysis brief

Convert "can you look into churn?" into a one-page brief — the decision it informs, the precise questions, the exact metrics and sources, and what's out of scope — so you build the right analysis once instead of reworking it three times.

easy ~20 min, saves days of rework open the playbook

Write the query and learn the SQL

Get the exact query for the question you actually have, a line-by-line plain-English walkthrough of every clause, and a reconciliation against a known total — the answer and the understanding to defend it.

medium ~40 min open the playbook

Turn two messy files into one trustworthy dataset

Standardize the keys, join on the right id, flag every row that doesn't match, and reconcile the result against the inputs — so the combined file is something you can actually build a report on.

medium ~40 min open the playbook

Audit a dataset's quality before you trust it

Run the systematic checks — completeness, validity, uniqueness, referential integrity, freshness, and drift — and get a fit-to-use scorecard with severities, so you decide whether the data can feed a report or a decision on evidence, not on "it looks fine."

medium ~40 min open the playbook

Find out why the number moved

Answer "why did it drop?" for real — compare the suspect period to a baseline, break it down by the right dimension, and rule out a broken query or dirty data before you blame the business.

medium ~30 min open the playbook

Read out an A/B test honestly

Go from raw experiment data to a defensible ship decision — validate the test was sound, read the primary metric with its uncertainty, check the guardrails didn't regress, and resist the green number — so you ship on evidence, not on noise.

advanced ~1 hour open the playbook

From a raw CSV to a chart you can paste into a slide

Pick the right view, generate the chart as an image file with clear titles and labels, and sanity-check the numbers behind it — so what lands in the deck is right, not just pretty.

medium ~30 min open the playbook

Build a recurring analysis report, end to end

Profile the data, write and explain the queries, reconcile every result, chart the key views, and wrap it in a plain-English narrative with caveats — a report you re-run the same way every month so comparisons compound.

advanced ~half a day open the playbook

Stand up the team's self-serve analytics system

Assemble the metric dictionary, a library of saved and reconciled queries, the data contracts, a CLAUDE.md that teaches Claude your conventions, and scheduled monitors into one self-serve system — so a non-analyst can get a trustworthy answer and the analyst's time goes to real analysis.

advanced ~a day to stand up, compounding after open the playbook
Go deeper

Data & Analysts with Claude, in depth

The playbooks above are single jobs. These are the long reads behind them — how the work fits together across a quarter, what good looks like, and the judgement calls the prompts assume you have already made. Read in any order.

Guardrails

The non-negotiables before any of this ships. Read the operating guide for the full data, brand, legal, and rollout playbook.

  • Profile every new file and reconcile every result against a known total — a row count, a prior report, a finance figure. These two gates, at the start and the end, are what stop a confident wrong number from reaching a stakeholder.
  • Define metrics once, in one place. Keep a single metric dictionary (metrics.md) every query, chart, and report cites — and never let an analyst invent a definition in a chat. One source of truth for what 'active' and 'churn' mean is what keeps two analysts from being 'both right' with different numbers.
  • Have Claude write the query AND explain each line, and show its formula or steps for every total — so the number is reproducible and defensible by someone who wasn't in the conversation, not a black box.
  • Audit data quality before it feeds anything high-stakes. A board figure, a recurring report, or a model deserves a real check — completeness, duplicates, referential integrity, freshness — because wrong numbers start at the input, not the output.
  • Separate who prepares a number from who approves the conclusion it feeds. At enterprise scale a finding gets forwarded into decisions fast — keep the analyst who computed it distinct from the leader who acts on it, and attach the one confirming check to anything you report as a cause.
  • Keep regulated or identifying data in a company-approved workspace, aggregate before you share or chart (revenue by region, not by named account), and approve each read in the 'Ask permissions' prompt — let Claude work the local copy, never pasted PII.
  • Author bilingual readouts in their own language over one shared set of numbers. Write the Arabic narrative in Arabic for the right register — not machine-translated — but keep both versions citing a single reconciled appendix, so the English and Arabic packs can never quietly disagree on a figure.
  • The deliverable is the stakeholder readout, not the query. Finish every analysis with the scoped, plain-English write-up for the audience and length asked for — a VP summary and an analyst's working notes are not the same document.
Read the operating guide

Questions people ask

Do I need to know `SQL` or how to code to work as a business analyst with this?
No. You drag a file into the Claude Desktop chat and ask in plain language; Claude writes the query and, if you ask, explains each line as it goes — so you learn the `SQL` while you get the answer. Nothing is typed into a terminal.
How is this different from a free 'AI literacy' course for analysts?
Those teach you what AI is and how to prompt a chatbot. This is hands-on with Claude Code Desktop — you point it at your real exports, requirements docs, and dashboards and actually do the analysis, reporting, and stakeholder write-ups an analyst is paid for.
Can I trust a result without checking it?
No — always reconcile a result against a known total, like a row count or a prior report, before you share it. A confident query can quietly drop rows; the Desktop visual diff and Claude's shown working let you catch that before a number reaches a stakeholder.
Is it safe to put our data into Claude?
Keep regulated or sensitive datasets in a workspace your company controls and let Claude work on the local copy through the Desktop file pane, approving each read in the 'Ask permissions' prompt. Profiling and querying an approved export this way is fine; pasting raw PII into any tool is not.