Bu using the df.descripton(), I can get description of data with 25%, 50%, 75% and 100% value of the dataframe or series
But if I need to get summary of every 5% of the data, is there any direct way to solve it?
Bu using the df.descripton(), I can get description of data with 25%, 50%, 75% and 100% value of the dataframe or series
But if I need to get summary of every 5% of the data, is there any direct way to solve it?
I found it. it is quantile function in pandas.... I should not be so lazy... =,=