select gender, university,count(gender),round(avg(active_days_within_30),1),round(avg(question_cnt),1) from user_profile group by gender,university

select gender, university,count(gender),round(avg(active_days_within_30),1),round(avg(question_cnt),1) from user_profile group by gender,university