Student Math Performance Data
Mathematics course performance for 395 students with 33 demographic and social features
A student performance dataset from the UCI Machine Learning Repository, containing student data for mathematics and Portuguese courses in Portuguese secondary schools, covering 33 demographic, social, and school-related features, suitable for educational data mining research.
Rich educational datasets suitable for social science and educational data mining
Data comes from real student records of two high schools in Portugal, including three exam scores (G1, G2, G3).
Includes rich social background information such as family size, parents' occupations, parents' education levels, and family relationships.
Includes students' behavioral characteristics such as drinking frequency on weekdays and weekends, frequency of going out, and health status.
Provides independent datasets for mathematics and Portuguese courses, allowing for cross-disciplinary comparative analysis.
Scores G3 can be used as continuous values for regression or grouped for classification (pass/fail).
Originates from the UCI Machine Learning Repository, published in an academic paper by P. Cortez et al.
Rich application scenarios from grade prediction to social factor analysis
Predict students' final grades based on social and behavioral characteristics, practicing regression and classification algorithms
Analyze which family and social factors most affect student performance, discovering educational patterns
Compare the differences in factors affecting grades in mathematics and Portuguese courses
Visualize the relationship between social factors and academic performance, suitable for educational data EDA
The following are examples of the first few rows of the student math scores dataset
school,sex,age,address,famsize,Pstatus,Medu,Fedu,Mjob,Fjob,...,G1,G2,G3 GP,F,18,U,GT3,A,4,4,at_home,teacher,...,5,6,6 GP,F,17,U,GT3,T,1,1,at_home,other,...,5,5,6 GP,F,15,U,LE3,T,1,1,at_home,other,...,7,8,10 GP,F,15,U,GT3,T,4,2,health,services,...,15,14,15 GP,F,16,U,GT3,T,3,3,other,other,...,6,10,10
From browsing to analysis, you can start your data science project in just a few minutes
View dataset details on the Ace Data Cloud platform, understand field descriptions, sample size, and licensing agreements.
Download the two CSV files for math (42 KB) and Portuguese (69 KB).
Use pandas.read_csv() to load the data and start exploring the relationship between social factors and scores.
A classic educational dataset with open licensing, available for immediate download. 33 social and behavioral features make it an ideal choice for educational data mining and social science analysis.