CBSE Class 12 Informatics Practices Question 71 of 101

Python Pandas — II — Question 13

Back to all questions
13
Question

Question 13

Name the function that lets you calculate different types of quantiles.

Answer

The function used to calculate different types of quantiles is quantiles() with syntax : <dataframe>.quantile(q = 0.5, axis = 0, numeric_only = True).