Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which Python code snippet correctly displays the summary statistics of a table?
A
df.summary()
B
df.describe("summary")
C
df.select("minimum_nights").describe()
D
dbutils.data.summarize(df)
E
df.describe()