测试分组order_day_count_grouped_df = order_day_count_df.groupby('user_id')['交易天数'].nunique() 按照user_id分组后,再按照交易天数列去重取个 ...
確定! 回上一頁