...

/

Quiz: Data Transformation

Quiz: Data Transformation

Let's test your understanding of Data Transformation in Pandas and PySpark.

We'll cover the following...

Data Transformation

1.

Where does the pyspark module have most of the built-in functions that can be used in data transformation?

A.

pyspark.sql

B.

pyspark.sql.functions

C.

pyspark.functions

D.

pyspark.sql.dataframe.functions


1 / 6
...