pandas中的quantile函数

https://blog.csdn.net/weixin_38617311/article/details/87893168

data.price.quantile([0.25,0.5,0.75])
//输出
0.25  42812.25
0.50  57473.00
0.75  76099.75




quantile 英文意思 分位数
原文地址:https://www.cnblogs.com/1a2a/p/11441610.html