Home »
MCQs »
PySpark MCQs
Spark SQL and DataFrames include the following class(es)
37. Spark SQL and DataFrames include the following class(es):
- pyspark.sql.SparkSession
- pyspark.sql.DataFrame
- pyspark.sql.Column
- All of the above
Answer: D) All of the above
Explanation:
Spark SQL and DataFrames include the following classes:
- pyspark.sql.SparkSession
- pyspark.sql.DataFrame
- pyspark.sql.Column