Informatics Practices
What is quantile and quartile ?
Python Pandas
2 Likes
Answer
Quantile is a process of dividing the total distribution of given data into a given number of equal proportions.
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.
Answered By
2 Likes
Related Questions
Is there one function that calculates much of descriptive statistics values ? Name it.
What happens if mode() returns multiple values for a column but other columns have a single mode ?
Name the function that lets you calculate different types of quantiles.
Name the functions that give you maximum and minimum values in a DataFrame.