Skip to content

Latest commit

 

History

History

README.md

Session 8 reference solutions

This folder contains reference solution code provided by Stelios.

Write your own code first. Use these files only to check your approach after you complete each task.

Files

  • exercise-08-01.py: Part 1 Colab PySpark intro solution
  • exercise-08-02.py: Part 2 Spark SQL analytics solution
  • exercise-08-03.py: Part 3 local PySpark verification solution
  • exercise-08-homework.md: Homework reference notes

Notes

  • Quiz content is intentionally excluded.
  • Parts 1 and 2 are written so the same code can run in Google Colab cells.
  • Local scripts should be run from the session8 folder.