go

Pandas多列条件下的平均值

英文: Pandas Average If Across Multiple Columns 问题 # 在 pandas 中,我想要计算每种运动中参与者的平均年龄和体重。我知道我可以使用循环,但想知道最...