
Answer-first summary for fast verification
Answer: df.describe()
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.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.