Which Python code snippet correctly displays the summary statistics of a table? | Databricks Certified Machine Learning - Associate Quiz - LeetQuiz
Databricks Certified Machine Learning - Associate
Explanation:
The correct answer is df.describe(), which is used to view the summary statistics of a DataFrame in Python. This method provides a quick overview of the central tendencies and dispersion of the dataset.
Get started today
Ultimate access to all questions.
Comments (0)
No comments yet.
Which Python code snippet correctly displays the summary statistics of a table?