Center for World University Rankings - Kaggle dataset

less than 1 minute read

Published:

Kaggle publishes plenty of interesting datasets, and one of them brings together several world university rankings. I thought I’d run a quick analysis of the CWUR data and map it in R with the rworldmap package.

Here are the first results: cwur_counties_by_universities_in_the_ranking The USA and China have far more universities in the CWUR data than anywhere else.

map_cwur_top_100 The map shows the USA dominating the CWUR top 100 by a wide margin.

Here’s the gist: My latest script for this analysis can be found on Kaggle.