Student Performance

Webpage: https://archive.ics.uci.edu/dataset/320/student+performance

student_performance <- fetch_ucirepo(id = 320)
student_performance_data <- student_performance$data$original

dim(student_performance_data)
head(student_performance_data)