ppqchina
print df[(df[\'PCTL\']<0.95) & (df[\'PCTL\']>0.05)]

如果是要对element-wise作判断,考虑用df.map

如果是运算考虑用df.apply + lambda

分类:

技术点:

相关文章: