Category: PySpark
-
PySpark OOP – must know for people switching from SQL background
Many people who switch from SQL background to PySpark they get into the habit of writing PySpark code in sequential manner. It is because they are used to writing such code in SQL where one sql query follows the other. But in PySpark , they should not ignore the Object Oriented Programming style. In this…