DataBricks Notebook

  1. Creating DataFrames From Different Sources
  2. Writing DataFrames to Different Sources
  3. DataFrame Transformations
  4. DataFrame Actions
  5. Most used SQL Functions
  6. Spark UDF
  7. Transformations - Joins

Topics yet to Be Covered

  1. Complex Types - Array, Struct and Map
  2. Union, Intersect, Except and UnionByName
  3. Sort or OrderBy
  4. Aggregations
  5. Window Aggregations
  6. Pivot
  7. Cache and Persisting
  8. Broadcast vs Accumulators