Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following code blocks retrieves all rows from the DataFrame storesDF?
storesDF
A
storesDF.head()
B
storesDF.collect()
C
storesDF.count()
D
storesDF.take()
E
storesDF.show()