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

World University Rankings

I found this dataset from kaggle . I learnt Data Analysis with Python: Zero to Pandas.This course also teaches abpout pandas and matplotlib very well.For learning python quickly I would recommend this course.

Downloading the Dataset

!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/mylesoneill/world-university-rankings'