Databricks Certified Associate Developer for Apache Spark

Databricks Certified Associate Developer for Apache Spark

Get started today

Ultimate access to all questions.


What is the correct order of the following lines of code to read a JSON file at the path filePath into a DataFrame using the specified schema schema?

Lines of code:

  1. .spark \
  2. .read \
  3. .json(filePath, schema = schema)
  4. storesDF





Comments

Loading comments...