DataFrame fundamentals
The lesson explains the DataFrame fluent API, showing how SQL operations like SELECT, WHERE, GROUP BY, and ORDER BY map to DataFrame methods like select(), filter(), groupBy(), and orderBy(). The interface enables stacking transformations in a single line of code.