赞
踩
今天在写groupby的时候,写了这样一个语句
pbc3_avg=df_rfm.groupby('product_back_category_3')[['salePrice','yj1_v']].mean().reset_index()
偶然出现了 cannot reindex from a duplicate axis 的bug,不过这个报错的信息直接理解起来是因为有重复的轴,