Learn practical skills, build real-world projects, and advance your career

The Olympic Games are leading international sporting events in which thousands of athletes from around the world participate in a variety of competitions. The Olympic Games are considered the world's foremost sports competition with more than 200 nations participating. The Olympic Games are normally held every four years, alternating between the Summer and Winter Olympics every two years in the four-year period. In Tokyo Olympic,around 11,656 atheletes took part from 205+ Countries.

Importing Libraries

import pandas as pd
import numpy as np
from matplotlib import pyplot as plt
import seaborn as sns

Downloading Dataset

olympic_df=pd.read_csv("Tokyo Medals 2021.csv")
olympic_df