objects module

class objects.Admissions(data)

Bases: object

Data relating to a colleges admissions

property act_scores: Dict[str, int]

Midpoint of the ACT scores

property rate: float

Admission rate

property sat_scores: Dict[str, int]

Midpoint of SAT scores at the institution

property test_required: bool

Test score requirements for admission

class objects.College(data: dict, year: str)

Bases: object

property accreditor: str

Accreditor for institution

property admissions: Admissions
property cost: Tuition
property endowment_begin: int

Value of school’s endowment at the beginning of the fiscal year

property endowment_end: int

Value of school’s endowment at the end of the fiscal year

property location: dict

Return the state and city of the college.

property name: str

Institution name

property operating: bool

Flag for currently operating institution

property ownership: int

Control of institution, returns either 1, 2, or 3.

1 - Public

2 - Private, Nonprofit

3 - Private, for-profit

property region: int

Return the colleges region code.

property student: StudentBody
class objects.StudentBody(data)

Bases: object

property gender_breakdown: Dict[str, float]

Return the gender breakdown of a college.

property graduate_size: int

Number of graduate students

property racial_diversity: Dict[str, float]

Racial diversity statistics, rounded to 2 decimal places.

property undergrad_size: int

Enrollment of undergraduate certificate/degree-seeking students

class objects.Tuition(data: dict)

Bases: object

property booksupply: int

Cost of attendance: estimated books and supplies

get_tuition(in_state=True) int

Average cost of a year at the college.

Parameters:

in_state (bool, optional) – Return a colleges in-state tuition or out of state tuition, defaults to true.

property overall_median: int

Overall median for average net price

property room_and_board: float

Cost of attendance: on-campus room and board