You have been provided a CSV file containing student exam scores.

Tasks

  1. Load the dataset using Pandas.
  2. Display the first 10 rows.
  3. Calculate average scores.
  4. Identify the highest-performing student.
  5. Write a short summary of your findings.

Submission

0