Goal: Analyze student marks using Python (Pandas + NumPy) and visualize averages with Matplotlib.
- Load
marks.csvwith Pandas - Compute per-student average
- Print subject-wise highest
- Plot bar chart of student vs average
python student_marks_analyzer.py