University

University

An artificial database from Simon Fraser University describing students, professors and courses.

Original source: www.cs.sfu.ca

Versions

  • University (by Oliver Schulte)

Dataset details

Associated task:
Classification
Domain:
Education
Data types:
Size:
300 KB
Count of tables:
5
Count of rows:
171
Count of columns:
17
Missing values:
No
Compound keys:
No
Loops:
No
Type:
Synthetic
Instance count:
38
Target table:
student
Target column:
intelligence
Target ID:
student_id
Target timestamp:
?

How to download the dataset

The datasets are publicly available directly from MariaDB database.

  1. Open your favourite MariaDB client (MySQL Workbench works, but see FAQ)
  2. Use following credentials:
    • hostname: db.relational-data.org
    • port: 3306
    • username: guest
    • password: relational
  3. Export "university" database (or other version of the dataset, if available) in your favourite format (e.g. CSV or SQL dump).