Databricks Certified Associate Developer for Apache Spark

Databricks Certified Associate Developer for Apache Spark

Get started today

Ultimate access to all questions.


In what order should the below lines of code be run in order to read a parquet at the file path filePath into a DataFrame?

Lines of code:

(1) storesDF
(2) .load(filePath, source = "parquet")
(3) .read
(4) spark
(5) .read()
(6) .parquet(filePath)





Comments

Loading comments...