Concept Flow - Outer join behavior
Start with two tables
Match rows on key
Keep all rows from both tables
Fill missing values with NaN
Result: Combined table with all rows
Outer join combines two tables by matching keys and keeps all rows from both tables, filling missing matches with NaN.