CBSE Class 12 Informatics Practices Question 5 of 101

Python Pandas — II — Question 1

Back to all questions
1
Question

Question 1

Name some descriptive statistic functions used with DataFrames.

Answer

Some descriptive statistic functions used with DataFrames are min(), max(), idxmax(), idxmin(), mode(), mean(), median(), count(), sum(), quantile(), std(), var().