CBSE Class 12 Informatics Practices Question 85 of 101

Python Pandas — II — Question 9

Back to all questions
9
Question

Question 9

What do quantile and var() functions do ?

Answer

The quantile() function returns the values at the given quantiles over requested axis (axis 0 or 1). On the other hand, var() function computes variance and returns the unbiased variance over the requested axis.