Baselight

Open University Learning Analytics Dataset (OULAD)

Online Learning Platform Data with Student Demographics

@kaggle.anlgrbz_student_demographics_online_education_dataoulad

Studentregistration
@kaggle.anlgrbz_student_demographics_online_education_dataoulad.studentregistration

  • 246.51 KB
  • 32593 rows
  • 5 columns
code_module

Code Module

code_presentation

Code Presentation

id_student

Id Student

date_registration

Date Registration

date_unregistration

Date Unregistration

AAA2013J11391-159
AAA2013J28400-53
AAA2013J30268-9212
AAA2013J31604-52
AAA2013J32885-176
AAA2013J38053-110
AAA2013J45462-67
AAA2013J45642-29
AAA2013J52130-33
AAA2013J53025-179

CREATE TABLE studentregistration (
  "code_module" VARCHAR,
  "code_presentation" VARCHAR,
  "id_student" BIGINT,
  "date_registration" DOUBLE,
  "date_unregistration" DOUBLE
);

Share link

Anyone who has the link will be able to view this.