CBSE Class 12 Informatics Practices
Question 79 of 101
Python Pandas — II — Question 3
Back to all questionsA 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().