SELECT gender, university, COUNT(device_id) as user_num, round(avg(active_days_within_30),1) AS avg_active_day, round(avg(question_cnt),1) AS avg_question_cnt FROM user_profile group by gender ,university