CBSE Class 12 Informatics Practices Question 79 of 101

Python Pandas — II — Question 3

Back to all questions
3
Question

Question 3

What is descriptive statistics ? Name Pandas descriptive statistics functions.

Answer

A descriptive statistic is a summary statistic that quantitatively describes or summarizes features of a collection of information.

The functions that perform descriptive statistics on a DataFrame are min(), max(), idxmax(), idxmin(), mode(), mean(), median(), count(), sum(), quantile(), std(), var().