Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 545 Bytes

File metadata and controls

20 lines (14 loc) · 545 Bytes

Grades and Courses

Anonymized (and incomplete) grades and courses for a small college.

Source: ?

In grades, each row is a student-class pair with information on:

  • sid = student ID
  • sessionID = an identifier of the class section
  • grade = student's grade

In courses, each row corresponds to a class section with information on:

  • sessionID = an identifier of the class section
  • dept = department
  • level = course level (eg: 100)
  • sem = semester
  • enroll = enrollment (number of students)
  • iid = instructor ID