Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What methods can you use to obtain summary statistics of a Spark DataFrame for comprehensive data analysis?
A
dbutils.data.summarize(spark_dataframe)
B
spark_dataframe.describe()
C
spark_dataframe.summary()
D
All of the above