CBSE Class 12 Informatics Practices Question 66 of 101

Python Pandas — II — Question 8

Back to all questions
8
Question

Question 8

Name some functions that perform descriptive statistics on a DataFrame.

Answer

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