小编Kie*_*yen的帖子

熊猫如何过滤系列

在执行groupby('name')之后我有一个这样的系列,并在其他列上使用mean()函数

name
383      3.000000
663      1.000000
726      1.000000
737      9.000000
833      8.166667
Run Code Online (Sandbox Code Playgroud)

任何人都可以告诉我如何过滤出1.000000平均值的行?谢谢你,我非常感谢你的帮助.

python pandas

66
推荐指数
6
解决办法
8万
查看次数

标签 统计

pandas ×1

python ×1