Databricks Databricks-Certified-Associate-Developer-for-Apache-Spark-3.5 Question Answer
14 of 55.
A developer created a DataFrame with columns color, fruit, and taste, and wrote the data to a Parquet directory using:
df.write.partitionBy("color", "taste").parquet("/path/to/output")
What is the result of this code?
Previous

