CBSE Class 12 Informatics Practices Question 86 of 101

Python Pandas — II — Question 10

Back to all questions
10
Question

Question 10

What is a quartile ? How is it different from quantile ?

Answer

Quartile refers to the division of the total distribution of given data into a four equal proportions with each containing one fourth of the total population.

Quartiles specifically divide the dataset into four equal parts, while quantiles can divide the dataset into any desired number of equal parts.