Update app.py
Browse files
app.py
CHANGED
@@ -450,7 +450,7 @@ def compute_student_metrics(df):
|
|
450 |
'Absent (%)': absent_pct
|
451 |
}
|
452 |
|
453 |
-
return student_metrics
|
454 |
|
455 |
# Create a DataFrame from student_metrics
|
456 |
student_metrics_df = pd.DataFrame.from_dict(student_metrics, orient='index').reset_index()
|
|
|
450 |
'Absent (%)': absent_pct
|
451 |
}
|
452 |
|
453 |
+
# return student_metrics
|
454 |
|
455 |
# Create a DataFrame from student_metrics
|
456 |
student_metrics_df = pd.DataFrame.from_dict(student_metrics, orient='index').reset_index()
|