Baselight

Open University Learning Analytics Dataset (OULAD)

Online Learning Platform Data with Student Demographics

@kaggle.anlgrbz_student_demographics_online_education_dataoulad

Studentinfo
@kaggle.anlgrbz_student_demographics_online_education_dataoulad.studentinfo

  • 286.91 KB
  • 32593 rows
  • 12 columns
code_module

Code Module

code_presentation

Code Presentation

id_student

Id Student

gender

Gender

region

Region

highest_education

Highest Education

imd_band

Imd Band

age_band

Age Band

num_of_prev_attempts

Num Of Prev Attempts

studied_credits

Studied Credits

disability

Disability

final_result

Final Result

AAA2013J11391MEast Anglian RegionHE Qualification90-100%55<=240NPass
AAA2013J28400FScotlandHE Qualification20-30%35-5560NPass
AAA2013J30268FNorth Western RegionA Level or Equivalent30-40%35-5560YWithdrawn
AAA2013J31604FSouth East RegionA Level or Equivalent50-60%35-5560NPass
AAA2013J32885FWest Midlands RegionLower Than A Level50-60%0-3560NPass
AAA2013J38053MWalesA Level or Equivalent80-90%35-5560NPass
AAA2013J45462MScotlandHE Qualification30-40%0-3560NPass
AAA2013J45642FNorth Western RegionA Level or Equivalent90-100%0-35120NPass
AAA2013J52130FEast Anglian RegionA Level or Equivalent70-80%0-3590NPass
AAA2013J53025MNorth RegionPost Graduate Qualificationnan55<=60NPass

CREATE TABLE studentinfo (
  "code_module" VARCHAR,
  "code_presentation" VARCHAR,
  "id_student" BIGINT,
  "gender" VARCHAR,
  "region" VARCHAR,
  "highest_education" VARCHAR,
  "imd_band" VARCHAR,
  "age_band" VARCHAR,
  "num_of_prev_attempts" BIGINT,
  "studied_credits" BIGINT,
  "disability" VARCHAR,
  "final_result" VARCHAR
);

Share link

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