用python淘汰excel篇:求客户买过的商品及次数最大值 作者: 梁凡 时间: 2022-06-16 分类: about python max = df.groupby("客户")['商品'].apply(lambda x: x.value_counts().head(1)) 标签: none