Skip to content

Instantly share code, notes, and snippets.

@RHDZMOTA
Created October 21, 2019 19:36
Show Gist options
  • Save RHDZMOTA/17f8f641ffbcc2c6b554733d32ee4807 to your computer and use it in GitHub Desktop.
Save RHDZMOTA/17f8f641ffbcc2c6b554733d32ee4807 to your computer and use it in GitHub Desktop.

The enrollment-database contains data resembling the following:

  • student
id first_name last_name gender gpa age
1 Amelia O'Sullivan female 3.7 20
2 Rachel Stevens female 3.5 25
3 Sarah Dunn female 3.2 23
4 Liam Baker male 3.3 24
5 Andrew Owens male 3.0 24
  • course
id name department level study_mode years
1 Mathematical and Computational Finance Mathematics MSc Full time 1
2 Modern Statistics and Statistical Machine Learning Mathematics EPSRC CDT Part time 8
3 Particle Physics Mathematics DPhil Full time 4
  • enrollment
id student_id course_id application_date approved
1 3 2 2019-01-01 1
2 2 2 2019-01-05 1
3 4 1 2019-01-05 0
4 1 2 2019-01-07 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment