Table of Contents
Class Distribution
- File name: distribution.py
Decription
Given a particular job type or position, we can find at which industry universities' alumnus are most common working.
Detail Information
- Related python modules: MySQLdb
Function
- GetSubIndustyD(industry): Return colleges which alumnus are most common working in sub industry.
- GetIndistryD(college,industry): Return a list of colleges which alumnus are most common working in this industry.
- GetCompanyDistribution(college,top): Return the most common companies which are most alumnus of this college work in.
- GetTitleDistribution(college,top): Return a sorted list of title which alumnus of this college most get.
- CountDistribution(list,top): Return a sorted list which length of top.