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

Forbes-Highest-Paid-Athletes-1990-2019

This is the complete list of the world's highest-paid athletes since the first list published by Forbes in 1990. You can find this dataset in kaggle. Link - 'https://www.kaggle.com/parulpandey/forbes-highest-paid-athletes-19902019'.

The aim of the project is to analyse the dataset and know those athletes who have great recorded in their career. I have collected the dataset from kaggle.

After learning and practicing libraries( numpy, pandas and matlplotlib ) of python. In this project, first I have imported jovian into jupyter notebook. Then I had imported the data set of Forbes Richest Athletes 1990-2020. Then prepared data by doing various processes and cleaning. Then I had done visualization, to understand the pattern carefully. After this, I concluded the course project.

Downloading the Dataset

First, we will install and import necessary packages.

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Change this
dataset_url = 'https://www.kaggle.com/parulpandey/forbes-highest-paid-athletes-19902019'