Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a Databricks notebook, which method allows you to view the contents of a Spark DataFrame df in a tabular format and also offers the capability to create various embedded visualizations on the data?
df
A
view(df)
B
take(df)
C
print(df)
D
show(df)
E
display(df)