PISA Scores

You are going to make a research on your own this time. Your goals:

  1. Download the Reading, Math and Science scores from OECD separately. Downlaod the data as illustrated below. First select "Perspectives" as "Total", secondly Download "Selected Data only".
  2. Read CSV Files using Pandas.
  3. Calculate the Average PISA score by $\frac{Math + Science + Reading}{3}$.
  4. Plot the average scores of OECD countries.

How to download

  • Be careful about the file names. Each download have a different name.

You need to upload your work to Ninova as an HTML file.

Good luck!

In [3]:
# Start your work