Concept Flow - Self joins
Start with one DataFrame
Create alias for DataFrame as A
Create alias for DataFrame as B
Join A and B on a condition
Result: Rows matched with themselves or related rows
Output DataFrame
Self join means joining a DataFrame with itself using aliases to compare rows within the same data.