Skip to content
Career Path
July 2026 Edition·Reviewed July 2026

Data Analyst

A research-backed roadmap from zero to job-ready across 8 stages — SQL, Python, Statistics, Visualisation, AI tools, and the modern data stack in the exact dependency order.

$96K-$139K
US base range
7% growth
growth signal
8 stages
Beginner → job-ready
6–12 mo
Full-time timeline

Data Analyst salary ranges by market. US: $96K-$139K, source Robert Half 2026 Data Analyst - Technology; Europe: EUR 40K-70K, source Robert Half UK 2026 + EuroTalent EU 2026; India: INR 6L-24L, source ERI SalaryExpert India + Michael Page India 2026; China: CNY 250K-600K, source Robert Half China 2026 business/data analyst proxies; Remote: $70K-$150K, source DailyRemote and remote salary listings. Salary ranges are shown by market because one global average would mislead learners. Ranges are annual base or fixed cash proxies unless the source states otherwise.

Salary range

Annual base or fixed cash

$96K-$139K
US market/Annual range

Scope

Annual base or fixed cash range. Equity, bonus, tax, benefits, city tier, company tier, and seniority can move the final offer materially.

Market note

Role-specific US technology-sector range.

Salary ranges are shown by market because one global average would mislead learners. Ranges are annual base or fixed cash proxies unless the source states otherwise.

View source
01
01

Foundations

2–3 weeks

Mental models, business vocabulary, and the data mindset before you write a single query — now with AI literacy built in.

02
02

SQL

4–6 weeks

The single most universal analyst skill. DuckDB and cloud SQL dialects now matter alongside standard SQL.

03
03

Python for Analysis

6–8 weeks

Polars and DuckDB join pandas as mainstream tools in 2026. Marimo notebooks are replacing Jupyter for shareable work.

04
04

Statistics & Analytics

4–5 weeks

What separates analysts who pull numbers from those who generate genuine business insight. CUPED, sequential testing, and causal inference are 2026 must-knows.

05
05

Data Visualisation

3–4 weeks

Generating insights is half the job. Communicating them clearly to non-technical stakeholders is the other half. Tableau Pulse and Power BI Copilot have changed what BI looks like in 2026.

06
06

AI & Modern Tools

2–3 weeks

The AI-native analyst is now the baseline, not the exception. Cursor, Julius AI, and ChatGPT ADA are production tools in analyst workflows.

07
07

Cloud & Data Stack

3–4 weeks

Apache Iceberg is now the industry standard open table format. dbt MetricFlow + Semantic Layer is how metrics are governed in 2026. MotherDuck brings DuckDB to the cloud.

08
08

Portfolio & Career

4–8 weeks

In a competitive market, skills are necessary but not sufficient. AI-augmented portfolio projects and demonstrated tool fluency get you hired in 2026.

Complete topic index

Full definitions, proof artifacts, LDS resources, and external references for every roadmap topic.

View
01

Business and data foundations

2-3 weeks

Metrics

core

Business and data foundations: Learn how teams define metrics, events, tables, and decision questions before touching a chart.

What it is

Experimentation and causal inference decide whether a product or model change caused an outcome, how large the effect is, and whether the tradeoff is acceptable.

Why it matters

Product, growth, applied science, and health work all need causal discipline. Without it, teams over-credit launches, under-detect harm, and ship decisions based on biased observational data.

Proof to build

Analyze an experiment or quasi-experiment with hypothesis, primary metric, guardrails, power or MDE, segment checks, and a decision memo.

Spreadsheets

core

Business and data foundations: Learn how teams define metrics, events, tables, and decision questions before touching a chart.

What it is

Spreadsheets is the practical work inside business and data foundations: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

Spreadsheets matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Learn how teams define metrics, events, tables, and decision questions before touching a chart. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

Data literacy

optional

Business and data foundations: Learn how teams define metrics, events, tables, and decision questions before touching a chart.

What it is

Data literacy is the practical work inside business and data foundations: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

Data literacy matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Learn how teams define metrics, events, tables, and decision questions before touching a chart. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

Portfolio artifact

new

Create proof that this stage is more than passive study.

What it is

A business and data foundations portfolio artifact is a public proof piece for this stage: a small but complete deliverable that shows how a Data Analyst frames the problem, chooses tools, validates the result, and explains the tradeoffs.

Why it matters

This is the work product that makes the stage credible. For Data Analyst, the artifact should show inputs, assumptions, methods, validation, tradeoffs, and a decision-ready output rather than a tutorial clone.

Proof to build

Publish one business and data foundations artifact with README, inputs, assumptions, method, validation checks, screenshots or outputs, caveats, and a short summary of what the artifact proves for Data Analyst readiness.

Interview signal

core

Know how this stage appears in screening, take-homes, and role-specific interviews.

What it is

The interview signal for business and data foundations is your ability to explain the work under pressure: assumptions, tradeoffs, failure modes, implementation choices, and how the output would help a real team decide what to do next.

Why it matters

Hiring teams need to see judgment, not just vocabulary. This topic turns business and data foundations into interview-ready stories, diagrams, live explanations, and examples that map to real Data Analyst work.

Proof to build

Prepare a two-minute explanation, one diagram or query/notebook walkthrough, and three follow-up answers for this stage: why this approach, what could fail, and how you would improve it in production.

02

SQL for analysis

4-6 weeks

Joins

core

SQL for analysis: Query, join, aggregate, window, and debug real business tables without memorizing syntax blindly.

What it is

SQL analysis turns raw relational and event data into cohorts, funnels, user journeys, reporting tables, and defensible business metrics.

Why it matters

SQL is still the shared language across BI, product analytics, data engineering, governance, health analytics, and OR work. The practical bar is not syntax; it is avoiding double-counts, fanout joins, stale filters, and silent null bugs.

Proof to build

Solve a cohort or funnel analysis from raw tables, include validation queries, and explain how you checked row grain, duplicates, nulls, and date boundaries.

Aggregations

core

SQL for analysis: Query, join, aggregate, window, and debug real business tables without memorizing syntax blindly.

What it is

Aggregations is the practical work inside sql for analysis: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

Aggregations matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Query, join, aggregate, window, and debug real business tables without memorizing syntax blindly. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

Window functions

optional

SQL for analysis: Query, join, aggregate, window, and debug real business tables without memorizing syntax blindly.

What it is

SQL analysis turns raw relational and event data into cohorts, funnels, user journeys, reporting tables, and defensible business metrics.

Why it matters

SQL is still the shared language across BI, product analytics, data engineering, governance, health analytics, and OR work. The practical bar is not syntax; it is avoiding double-counts, fanout joins, stale filters, and silent null bugs.

Proof to build

Solve a cohort or funnel analysis from raw tables, include validation queries, and explain how you checked row grain, duplicates, nulls, and date boundaries.

Portfolio artifact

new

Create proof that this stage is more than passive study.

What it is

A sql for analysis portfolio artifact is a public proof piece for this stage: a small but complete deliverable that shows how a Data Analyst frames the problem, chooses tools, validates the result, and explains the tradeoffs.

Why it matters

This is the work product that makes the stage credible. For Data Analyst, the artifact should show inputs, assumptions, methods, validation, tradeoffs, and a decision-ready output rather than a tutorial clone.

Proof to build

Publish one sql for analysis artifact with README, inputs, assumptions, method, validation checks, screenshots or outputs, caveats, and a short summary of what the artifact proves for Data Analyst readiness.

Interview signal

core

Know how this stage appears in screening, take-homes, and role-specific interviews.

What it is

The interview signal for sql for analysis is your ability to explain the work under pressure: assumptions, tradeoffs, failure modes, implementation choices, and how the output would help a real team decide what to do next.

Why it matters

Hiring teams need to see judgment, not just vocabulary. This topic turns sql for analysis into interview-ready stories, diagrams, live explanations, and examples that map to real Data Analyst work.

Proof to build

Prepare a two-minute explanation, one diagram or query/notebook walkthrough, and three follow-up answers for this stage: why this approach, what could fail, and how you would improve it in production.

03

Python and pandas

6-8 weeks

pandas

core

Python and pandas: Use Python when analysis outgrows SQL: cleaning, reshaping, notebooks, and repeatable workflows.

What it is

Python and pandas are the repeatable analysis layer: load data, clean it, reshape it, validate assumptions, automate checks, and package work so another analyst or engineer can rerun it.

Why it matters

SQL answers many warehouse questions, but real career work often needs Python for messy files, healthcare extracts, simulation inputs, forecasting prep, exploratory analysis, and reproducible notebooks.

Proof to build

Build a notebook or script that loads a raw dataset, profiles quality problems, cleans it, validates row counts and nulls, and exports a decision-ready table with clear assumptions.

NumPy

core

Python and pandas: Use Python when analysis outgrows SQL: cleaning, reshaping, notebooks, and repeatable workflows.

What it is

NumPy is the practical work inside python and pandas: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

NumPy matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Use Python when analysis outgrows SQL: cleaning, reshaping, notebooks, and repeatable workflows. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

Notebooks

optional

Python and pandas: Use Python when analysis outgrows SQL: cleaning, reshaping, notebooks, and repeatable workflows.

What it is

Python and pandas are the repeatable analysis layer: load data, clean it, reshape it, validate assumptions, automate checks, and package work so another analyst or engineer can rerun it.

Why it matters

SQL answers many warehouse questions, but real career work often needs Python for messy files, healthcare extracts, simulation inputs, forecasting prep, exploratory analysis, and reproducible notebooks.

Proof to build

Build a notebook or script that loads a raw dataset, profiles quality problems, cleans it, validates row counts and nulls, and exports a decision-ready table with clear assumptions.

Portfolio artifact

new

Create proof that this stage is more than passive study.

What it is

A python and pandas portfolio artifact is a public proof piece for this stage: a small but complete deliverable that shows how a Data Analyst frames the problem, chooses tools, validates the result, and explains the tradeoffs.

Why it matters

This is the work product that makes the stage credible. For Data Analyst, the artifact should show inputs, assumptions, methods, validation, tradeoffs, and a decision-ready output rather than a tutorial clone.

Proof to build

Publish one python and pandas artifact with README, inputs, assumptions, method, validation checks, screenshots or outputs, caveats, and a short summary of what the artifact proves for Data Analyst readiness.

Interview signal

core

Know how this stage appears in screening, take-homes, and role-specific interviews.

What it is

The interview signal for python and pandas is your ability to explain the work under pressure: assumptions, tradeoffs, failure modes, implementation choices, and how the output would help a real team decide what to do next.

Why it matters

Hiring teams need to see judgment, not just vocabulary. This topic turns python and pandas into interview-ready stories, diagrams, live explanations, and examples that map to real Data Analyst work.

Proof to build

Prepare a two-minute explanation, one diagram or query/notebook walkthrough, and three follow-up answers for this stage: why this approach, what could fail, and how you would improve it in production.

04

Statistics for decisions

4-5 weeks

Hypothesis tests

core

Statistics for decisions: Understand uncertainty, sampling, confidence intervals, and experiments well enough to avoid false certainty.

What it is

Hypothesis tests is the practical work inside statistics for decisions: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

Hypothesis tests matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Understand uncertainty, sampling, confidence intervals, and experiments well enough to avoid false certainty. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

A/B testing

core

Statistics for decisions: Understand uncertainty, sampling, confidence intervals, and experiments well enough to avoid false certainty.

What it is

A/B testing is the practical work inside statistics for decisions: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

A/B testing matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Understand uncertainty, sampling, confidence intervals, and experiments well enough to avoid false certainty. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

Confidence intervals

optional

Statistics for decisions: Understand uncertainty, sampling, confidence intervals, and experiments well enough to avoid false certainty.

What it is

Confidence intervals is the practical work inside statistics for decisions: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

Confidence intervals matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Understand uncertainty, sampling, confidence intervals, and experiments well enough to avoid false certainty. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

Portfolio artifact

new

Create proof that this stage is more than passive study.

What it is

A statistics for decisions portfolio artifact is a public proof piece for this stage: a small but complete deliverable that shows how a Data Analyst frames the problem, chooses tools, validates the result, and explains the tradeoffs.

Why it matters

This is the work product that makes the stage credible. For Data Analyst, the artifact should show inputs, assumptions, methods, validation, tradeoffs, and a decision-ready output rather than a tutorial clone.

Proof to build

Publish one statistics for decisions artifact with README, inputs, assumptions, method, validation checks, screenshots or outputs, caveats, and a short summary of what the artifact proves for Data Analyst readiness.

Interview signal

core

Know how this stage appears in screening, take-homes, and role-specific interviews.

What it is

The interview signal for statistics for decisions is your ability to explain the work under pressure: assumptions, tradeoffs, failure modes, implementation choices, and how the output would help a real team decide what to do next.

Why it matters

Hiring teams need to see judgment, not just vocabulary. This topic turns statistics for decisions into interview-ready stories, diagrams, live explanations, and examples that map to real Data Analyst work.

Proof to build

Prepare a two-minute explanation, one diagram or query/notebook walkthrough, and three follow-up answers for this stage: why this approach, what could fail, and how you would improve it in production.

05

Visualization and dashboards

3-4 weeks

Tableau

core

Visualization and dashboards: Design charts and dashboards that answer the actual business question instead of decorating data.

What it is

BI tooling turns governed data into dashboards, scorecards, drilldowns, alerts, permissions, refreshes, and recurring decision workflows.

Why it matters

Real BI value is not a pretty chart. It is a trusted operating surface that busy teams check without asking an analyst to explain every filter and caveat.

Proof to build

Build a dashboard case study with a metric dictionary, screenshot walkthrough, refresh plan, permission model, known caveats, and a QA checklist for the top numbers.

Power BI

core

Visualization and dashboards: Design charts and dashboards that answer the actual business question instead of decorating data.

What it is

BI tooling turns governed data into dashboards, scorecards, drilldowns, alerts, permissions, refreshes, and recurring decision workflows.

Why it matters

Real BI value is not a pretty chart. It is a trusted operating surface that busy teams check without asking an analyst to explain every filter and caveat.

Proof to build

Build a dashboard case study with a metric dictionary, screenshot walkthrough, refresh plan, permission model, known caveats, and a QA checklist for the top numbers.

Storytelling

optional

Visualization and dashboards: Design charts and dashboards that answer the actual business question instead of decorating data.

What it is

Storytelling is the practical work inside visualization and dashboards: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

Storytelling matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Design charts and dashboards that answer the actual business question instead of decorating data. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

Portfolio artifact

new

Create proof that this stage is more than passive study.

What it is

A visualization and dashboards portfolio artifact is a public proof piece for this stage: a small but complete deliverable that shows how a Data Analyst frames the problem, chooses tools, validates the result, and explains the tradeoffs.

Why it matters

This is the work product that makes the stage credible. For Data Analyst, the artifact should show inputs, assumptions, methods, validation, tradeoffs, and a decision-ready output rather than a tutorial clone.

Proof to build

Publish one visualization and dashboards artifact with README, inputs, assumptions, method, validation checks, screenshots or outputs, caveats, and a short summary of what the artifact proves for Data Analyst readiness.

Interview signal

core

Know how this stage appears in screening, take-homes, and role-specific interviews.

What it is

The interview signal for visualization and dashboards is your ability to explain the work under pressure: assumptions, tradeoffs, failure modes, implementation choices, and how the output would help a real team decide what to do next.

Why it matters

Hiring teams need to see judgment, not just vocabulary. This topic turns visualization and dashboards into interview-ready stories, diagrams, live explanations, and examples that map to real Data Analyst work.

Proof to build

Prepare a two-minute explanation, one diagram or query/notebook walkthrough, and three follow-up answers for this stage: why this approach, what could fail, and how you would improve it in production.

06

AI-assisted analysis

3-4 weeks

Prompting

core

AI-assisted analysis: Use AI to speed up analysis while still validating SQL, assumptions, and conclusions yourself.

What it is

LLM application engineering connects prompts, structured outputs, retrieval, tool calls, and evaluation into a product workflow that users can trust repeatedly.

Why it matters

AI roles in 2026 are less about toy prompts and more about building systems that survive ambiguous inputs, private data, latency budgets, source grounding, and regressions after a model update.

Proof to build

Ship a small RAG or structured-output app with traces, citations, an evaluation set, fallback behavior, and a short writeup explaining the failure modes you found.

Validation

core

AI-assisted analysis: Use AI to speed up analysis while still validating SQL, assumptions, and conclusions yourself.

What it is

Validation is the practical work inside ai-assisted analysis: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

Validation matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Use AI to speed up analysis while still validating SQL, assumptions, and conclusions yourself. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

Workflow design

optional

AI-assisted analysis: Use AI to speed up analysis while still validating SQL, assumptions, and conclusions yourself.

What it is

Workflow design is the practical work inside ai-assisted analysis: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

Workflow design matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Use AI to speed up analysis while still validating SQL, assumptions, and conclusions yourself. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

Portfolio artifact

new

Create proof that this stage is more than passive study.

What it is

A ai-assisted analysis portfolio artifact is a public proof piece for this stage: a small but complete deliverable that shows how a Data Analyst frames the problem, chooses tools, validates the result, and explains the tradeoffs.

Why it matters

This is the work product that makes the stage credible. For Data Analyst, the artifact should show inputs, assumptions, methods, validation, tradeoffs, and a decision-ready output rather than a tutorial clone.

Proof to build

Publish one ai-assisted analysis artifact with README, inputs, assumptions, method, validation checks, screenshots or outputs, caveats, and a short summary of what the artifact proves for Data Analyst readiness.

Interview signal

core

Know how this stage appears in screening, take-homes, and role-specific interviews.

What it is

The interview signal for ai-assisted analysis is your ability to explain the work under pressure: assumptions, tradeoffs, failure modes, implementation choices, and how the output would help a real team decide what to do next.

Why it matters

Hiring teams need to see judgment, not just vocabulary. This topic turns ai-assisted analysis into interview-ready stories, diagrams, live explanations, and examples that map to real Data Analyst work.

Proof to build

Prepare a two-minute explanation, one diagram or query/notebook walkthrough, and three follow-up answers for this stage: why this approach, what could fail, and how you would improve it in production.

07

Modern data stack

3-4 weeks

dbt basics

core

Modern data stack: Learn enough dbt, warehouses, and data quality to collaborate with analytics engineering teams.

What it is

dbt basics is the practical work inside modern data stack: the concepts, tools, checks, and deliverables a Data Analyst uses to turn this stage into real output.

Why it matters

dbt basics matters for Data Analyst because this stage is where a learner turns the role from a title into evidence. Learn enough dbt, warehouses, and data quality to collaborate with analytics engineering teams. A strong learner should be able to explain the tradeoffs, build a small artifact, and connect the result to a business or product decision.

Proof to build

Build a small artifact for this topic: a query, notebook, dashboard, architecture note, evaluation table, or decision memo that shows the input, method, validation, caveat, and recommendation.

Warehouses

core

Modern data stack: Learn enough dbt, warehouses, and data quality to collaborate with analytics engineering teams.

What it is

Warehouse architecture covers storage, compute, marts, permissions, cost controls, performance tuning, deployment layers, and how data products are exposed.

Why it matters

Data architects and analytics engineers need enough platform judgment to avoid expensive, slow, or brittle designs. Cost, query latency, lineage, and ownership are architecture decisions, not afterthoughts.

Proof to build

Write an architecture decision record comparing two warehouse/lakehouse designs for the same workload, with cost, freshness, governance, and performance tradeoffs.

Data quality

optional

Modern data stack: Learn enough dbt, warehouses, and data quality to collaborate with analytics engineering teams.

What it is

Data quality work defines expectations for completeness, freshness, validity, uniqueness, consistency, and business-rule compliance.

Why it matters

Every role that uses data depends on this layer. AI systems make the risk worse because bad source data can become automated bad decisions at scale.

Proof to build

Create tests for a small analytics pipeline: schema checks, null thresholds, accepted values, freshness, duplicate keys, and a failure runbook.

Portfolio artifact

new

Create proof that this stage is more than passive study.

What it is

A modern data stack portfolio artifact is a public proof piece for this stage: a small but complete deliverable that shows how a Data Analyst frames the problem, chooses tools, validates the result, and explains the tradeoffs.

Why it matters

This is the work product that makes the stage credible. For Data Analyst, the artifact should show inputs, assumptions, methods, validation, tradeoffs, and a decision-ready output rather than a tutorial clone.

Proof to build

Publish one modern data stack artifact with README, inputs, assumptions, method, validation checks, screenshots or outputs, caveats, and a short summary of what the artifact proves for Data Analyst readiness.

Interview signal

core

Know how this stage appears in screening, take-homes, and role-specific interviews.

What it is

The interview signal for modern data stack is your ability to explain the work under pressure: assumptions, tradeoffs, failure modes, implementation choices, and how the output would help a real team decide what to do next.

Why it matters

Hiring teams need to see judgment, not just vocabulary. This topic turns modern data stack into interview-ready stories, diagrams, live explanations, and examples that map to real Data Analyst work.

Proof to build

Prepare a two-minute explanation, one diagram or query/notebook walkthrough, and three follow-up answers for this stage: why this approach, what could fail, and how you would improve it in production.

08

Portfolio and interviews

3-4 weeks

Case studies

core

Portfolio and interviews: Build public case studies that show business framing, clean analysis, and defensible recommendations.

What it is

Portfolio and interview work turns learning into proof: a public artifact, decision memo, reproducible repo, diagram, dashboard, notebook, or interview story.

Why it matters

Hiring teams cannot infer readiness from a list of tools. They need evidence that you can frame a problem, make tradeoffs, validate your result, and explain the business impact.

Proof to build

Publish one role-specific artifact with README, assumptions, dataset notes, validation checks, screenshots, and a short hiring-manager summary of what the work proves.

Interview SQL

core

Portfolio and interviews: Build public case studies that show business framing, clean analysis, and defensible recommendations.

What it is

SQL analysis turns raw relational and event data into cohorts, funnels, user journeys, reporting tables, and defensible business metrics.

Why it matters

SQL is still the shared language across BI, product analytics, data engineering, governance, health analytics, and OR work. The practical bar is not syntax; it is avoiding double-counts, fanout joins, stale filters, and silent null bugs.

Proof to build

Solve a cohort or funnel analysis from raw tables, include validation queries, and explain how you checked row grain, duplicates, nulls, and date boundaries.

Portfolio

optional

Portfolio and interviews: Build public case studies that show business framing, clean analysis, and defensible recommendations.

What it is

Portfolio and interview work turns learning into proof: a public artifact, decision memo, reproducible repo, diagram, dashboard, notebook, or interview story.

Why it matters

Hiring teams cannot infer readiness from a list of tools. They need evidence that you can frame a problem, make tradeoffs, validate your result, and explain the business impact.

Proof to build

Publish one role-specific artifact with README, assumptions, dataset notes, validation checks, screenshots, and a short hiring-manager summary of what the work proves.

Portfolio artifact

new

Create proof that this stage is more than passive study.

What it is

A portfolio and interviews portfolio artifact is a public proof piece for this stage: a small but complete deliverable that shows how a Data Analyst frames the problem, chooses tools, validates the result, and explains the tradeoffs.

Why it matters

This is the work product that makes the stage credible. For Data Analyst, the artifact should show inputs, assumptions, methods, validation, tradeoffs, and a decision-ready output rather than a tutorial clone.

Proof to build

Publish one portfolio and interviews artifact with README, inputs, assumptions, method, validation checks, screenshots or outputs, caveats, and a short summary of what the artifact proves for Data Analyst readiness.

Interview signal

core

Know how this stage appears in screening, take-homes, and role-specific interviews.

What it is

The interview signal for portfolio and interviews is your ability to explain the work under pressure: assumptions, tradeoffs, failure modes, implementation choices, and how the output would help a real team decide what to do next.

Why it matters

Hiring teams need to see judgment, not just vocabulary. This topic turns portfolio and interviews into interview-ready stories, diagrams, live explanations, and examples that map to real Data Analyst work.

Proof to build

Prepare a two-minute explanation, one diagram or query/notebook walkthrough, and three follow-up answers for this stage: why this approach, what could fail, and how you would improve it in production.

Ready to start your path?

SQL is the single highest-ROI first step for most analyst roles.