Explaining Left Skew

Introduction

Welcome back to Skewed Distributions! This is the fourth and final lesson of the course, so we are about to wrap things up. In the previous lesson we uncovered the simple two-ingredient recipe behind right skew: a floor near a low value plus occasional large values that stretch the right tail. That recipe gave us the power to predict right skew from a process, not just recognize it on a graph.

Now we turn the lens in the opposite direction. In this lesson we explore left skew and the mechanism that produces it. As we will see, the logic is a satisfying mirror image of what we already know. By the end, we will be able to look at real-world variables like customer satisfaction ratings or age at retirement and explain why their distributions lean the way they do.

Flipping the Recipe

As you may recall from Lesson 2, a left-skewed distribution has most of its data bunched toward the high end, with a long tail stretching toward lower values. If right skew looks like a hill pressed against a wall on the left with a tail trailing off to the right, then left skew is the mirror image: a hill pressed against a wall on the right with a tail trailing to the left.

Right skew gets a lot of attention because many well-known variables — income, home prices, wait times — follow that pattern. Left skew is just as important but often less familiar, which makes it all the more valuable to understand. Since right skew came from a floor combined with occasional high values, a natural question arises: can we simply flip each ingredient to explain left skew? That is exactly where we are headed.

A Natural Ceiling

Many real-world variables bump up against an upper boundary, often called a ceiling. This ceiling prevents values from climbing any higher, no matter how hard they try. Here are a few everyday examples:

  • Customer satisfaction ratings on a 1‑to‑5 or 1‑to‑10 scale cannot exceed the top score.
  • Age at retirement has a practical ceiling because most people retire by their mid-to-late 60s, and very few work beyond their early 70s.
  • Time to finish a quick task before a deadline cannot exceed the deadline itself; the clock stops when time runs out.
  • Exam scores are capped at 100% (or whatever the maximum is).

A ceiling compresses the right side of the distribution. Values cannot spread upward past the boundary, so they pile up near it. Think of it as a wall on the right: data clusters against it but cannot push through.

Room to Stretch on the Left

The Recipe for Left Skew

We can now state the pattern as a clean mirror of the right-skew recipe. Left skew tends to appear whenever two ingredients come together:

  1. A ceiling near a high value that prevents data from spreading to the right.
  2. Occasional low values far enough from the bulk to stretch the distribution to the left.

The ceiling keeps the right side compact, while the rare low values pull the left tail long. That combination is precisely the asymmetry we see in a left-skewed shape.

Notice how neatly this mirrors the right-skew recipe. We have simply swapped "floor" for "ceiling" and "occasional large values" for "occasional low values." The underlying logic is the same: one boundary compresses one side, while room on the other side lets rare values stretch a long tail.

The Recipe in Action

A Closer Look at Satisfaction Ratings

Conclusion and Next Steps

In this lesson we completed the picture by learning why left skew happens. The recipe has two ingredients: a ceiling near a high value that keeps the right side compact, and occasional low values that stretch the left tail. We saw this pattern in customer satisfaction ratings, age at retirement, quick-task completion times, and easy-exam scores.

Together with the right-skew recipe from the previous lesson, you now have a unified way to reason about skewed distributions: identify whether a process has a boundary on one side and room to stretch on the other, then name the skew by the direction of the long tail. Head into the exercises next, where you will spot left-skewed variables, explain the ceiling-plus-occasional-low-values logic, and build your own argument from scratch!

Sign up

Join the 1M+ learners on CodeSignal

Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal