Student Dataset
Prepare a public education dataset for downstream modelling.
Overview
Public student performance dataset with categorical grades and mixed nulls. Ideal for showcasing profile() output.
Dataset
students.csv1,000 rows × 33 columnsidgenderagegrade_mathgrade_reading...
Python code
Expected output
Python 3.11
>>> prof = edf.profile("students.csv")>>> prof.to_html("students-profile.html")wrote students-profile.html (218 KB)