Statistics for Data Professionals: Descriptive Stats, Distributions & Averages

Cornerstone guide

Statistics for Data Professionals: Descriptive Stats, Distributions & Averages

2 min readPublished 29 Jul 2026

You don't need a statistics degree to be a great analyst — but you do need the practical stats that stop you drawing wrong conclusions. Here's what actually gets used, explained plainly.

Averages — and which to use

"Average" hides three different measures:

  • Mean — the sum divided by the count. Great for symmetric data; distorted by outliers.
  • Median — the middle value. Robust to outliers — the right choice for skewed data like salaries or house prices.
  • Mode — the most common value. Useful for categories. The classic trap: reporting the mean salary when a few huge earners pull it up — the median is more honest. Always ask which average fits the data.

Spread — how varied is the data?

An average alone can mislead; you need spread:

  • Range — max minus min (simple, but outlier-sensitive).
  • Standard deviation — the typical distance of values from the mean. Low = clustered; high = spread out. It's the key measure of variability.
  • Variance — standard deviation squared (used in calculations). Two datasets can share a mean but behave completely differently — spread tells you how.

Distributions

The shape of your data matters:

  • Normal distribution — the symmetric "bell curve"; mean = median, and known percentages fall within 1/2/3 standard deviations (the 68–95–99.7 rule).
  • Skewed — a long tail one side (income is right-skewed); use the median. Plot a histogram early — it reveals shape, outliers and data problems instantly.

Percentiles and outliers

  • Percentiles/quartiles describe position — the 90th percentile means 90% of values are below it. Great for SLAs ("95% of tickets resolved within…").
  • Outliers — unusually extreme values. Decide whether they're errors (fix/remove) or real and important (investigate). Never delete data silently.

Put it to work

For any numeric column, calculate the mean and median, plot a histogram, and note the standard deviation and any outliers — then decide which average to report and why.

Interview Intelligence

How this topic actually shows up in interviews — and how to demonstrate you understand it.

Why employers ask about this

Analysts must summarise data correctly; misusing averages or ignoring spread is a common, costly mistake employers probe for.

Technical questions
When would you use the median instead of the mean?+

For skewed data or when outliers distort the mean, e.g. salaries — the median is more representative.

What does a high standard deviation mean?+

That values are widely spread from the mean, indicating high variability — an average alone would be misleading.

Behavioural questions
Tell me about a time a simple statistic changed how you interpreted data.+

Use STAR: e.g. how switching from mean to median (or spotting spread/outliers) corrected a misleading conclusion.

Real-world scenarios
“A report shows a rising 'average' order value, but the CEO's experience disagrees.”+

Expected answer: Check whether the mean is skewed by a few large orders; report the median and distribution, and investigate outliers.

Employability Intelligence

Where this knowledge takes you — the jobs, skills and certifications it feeds into.

Relevant roles
Data AnalystInsights AnalystMI Analyst
Skills you're proving
Descriptive statisticsAveragesStandard deviationDistributions
Recommended certifications
Microsoft Power BI (PL-300)Google Data Analytics
Career progression

Underpins credible analysis in every data role.

What employers expect

That you can clean, analyse and visualise real data, write SQL, and turn findings into clear, actionable recommendations for the business.

Frequently asked questions

What is the difference between mean, median and mode?

Mean is the arithmetic average (sensitive to outliers), median is the middle value (robust to outliers, best for skewed data), and mode is the most common value.

What does standard deviation tell you?

The typical distance of values from the mean — how spread out the data is. Low means clustered; high means widely spread.

When should I use the median instead of the mean?

For skewed data or when outliers distort the mean — e.g. salaries, house prices or response times.

Related guides

Practise what you've learned

Turn this guide into real, evidenced progress

Missiora helps you measure, improve and evidence the capabilities employers actually value — start with the tools best suited to this topic.

M
Published by
Missiora

Missiora is an AI Employability Intelligence platform. Our resources are researched and reviewed by the Missiora team to help you measure, improve and prove your career readiness.