What is quantile and quartile?

Quantile is a process of dividing the total distribution of given data into a given no of equal proportions.

If we divide total distribution of given data into four equal parts, we call the dividing marker as a quartile.

For exp

df.quantile([0.25,0.50,0.75,1.0])

error: Content is protected !!