0PricingLogin
Data Science Academy · Lesson

Inner, Left, Right, and Outer

Choosing the join that keeps the right rows.

Two Tables, One Question

Real data rarely lives in one table. A join combines two tables into one by matching rows on a shared column.

The Key Column

Every join needs a key: the column whose values link rows across both tables, like a shared customer id.

All lessons in this course

  1. Inner, Left, Right, and Outer
  2. Merge on Keys and Indexes
  3. concat to Stack and Append
  4. Diagnose Bad Joins
← Back to Data Science Academy