The Guardian's Olympic Medal Dataset- Python

Do host countries perform better in the Olympics? This is a question from a Datacamp (Python)case study. The  Olympic dataset comes from the Guardian news paper.  The preliminary results indicate that some countries performed better when they hosted the Olympics.

You can find the olympic dataset here:https://www.theguardian.com/sport/datablog/2012/jun/25/olympic-medal-winner-list-data

I loaded to pictures since it may be difficult to read the x and y legends.

Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle