in evaluate.py [0:0]
def save_grading_report(report_path: str, report): """Save the grading report to a file.""" df = pd.DataFrame(report) df.to_csv(report_path, index=False)