通过其他列消除给定百分位数组中的所有数据

时间:2019-01-23 16:14:55

标签: pandas pandas-groupby outliers percentile

通过其他列消除给定百分位数组中的所有数据 我如何向此代码添加分组 df[df.a < df.a.quantile(.95)] 要么 df[df.a < np.percentile(df.a,95)]

0 个答案:

没有答案