Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following code blocks returns summary statistics for all columns in the DataFrame storesDF?
storesDF
A
storesDF.summary("mean")
B
storesDF.describe(all = True)
C
storesDF.describe("all")
D
storesDF.summary("all")
E
storesDF.describe()