Databricks Certified Associate Developer for Apache Spark
Get started today
Ultimate access to all questions.
Comments
Loading comments...
Which of the following code blocks retrieves all rows from the DataFrame storesDF?
Exam-Like
A
storesDF.head()
2.5%
B
storesDF.collect()
71.6%
C
storesDF.count()
4.9%
D
storesDF.take()
4.9%
E
storesDF.show()
16.0%
Powered ByGPT-5.2
Which of the following code blocks retrieves all rows from the DataFrame `storesDF`? | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz