You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Junior (Data) Test tasks. ABC: Using Python abc module, abstraction through inheritance. Creating a base class that serves as a common interface for other classes. Polymorphism - classes inherit a method from the base class and extend it. Spark: pyspark.sql.functions