edfEazyDataFix

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 columns
idgenderagegrade_mathgrade_reading...

Python code

student.py
prof = edf.profile("students.csv")
prof.to_html("students-profile.html")

Expected output

Python 3.11
>>> prof = edf.profile("students.csv")
>>> prof.to_html("students-profile.html")
wrote students-profile.html (218 KB)