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

World University Rankings

The dataset here deals with the top institutes in the worlds, source of this data set is kaggle.com,at kaggle.co you can get various databases for different topics,This dataset have detail of ranking,education quality,publications etc of different institutions in world, the data is from year 2012 to 2015, but in this project we are discussing details till year 2014 and for working on this project i have used different libraries like pandas,matplotlib,seaborn etc.

!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'