pandas to calculate the quantile for the column - nireeshach/python_training GitHub Wiki
DATAFRAME.columnname.describe() give the mean, max, min and 25%,50%,75% quantile info of the column
https://stackoverflow.com/questions/45926230/how-to-calculate-1st-and-3rd-quartiles