This tool checks the cleaned-dataset CSV your script produced in Lab 2,
Part 2. Upload your lab_02_cleaned.csv and it looks for the
mistakes a cleaning script most often makes — leftover header rows, page-break
junk, an Amount column that is still text, stray characters in the
user column — and gives you a short report.
Drop your lab_02_cleaned.csv here
or
Related: pandas primer · encoding primer · back to the Lab 2 page
ACCTG 5150 — Week 2. The dataset and cleaning task adapt the Spring 2026 Lab 2, originally authored by Mac Gaulin.