QS World University Rankings 2017 - 2022
Discover and explore the world's leading academic institutions
@kaggle.padhmam_qs_world_university_rankings_2017_2022
Discover and explore the world's leading academic institutions
@kaggle.padhmam_qs_world_university_rankings_2017_2022
QS World University Rankings is an annual publication of global university rankings by Quacquarelli Symonds. The QS ranking receives approval from the International Ranking Expert Group (IREG), and is viewed as one of the three most-widely read university rankings in the world. QS publishes its university rankings in partnership with Elsevier.
This dataset contains university data from the year 2017 to 2022. It has a total of 15 features.
This dataset was acquired by scraping the QS World University Rankings website with Python and Selenium.
Cover Image: Source
Some of the questions that can be answered with this dataset,
CREATE TABLE qs_world_university_rankings_2017_to_2022_v2 (
"university" VARCHAR,
"year" BIGINT,
"rank_display" VARCHAR,
"score" DOUBLE,
"link" VARCHAR,
"country" VARCHAR,
"city" VARCHAR,
"region" VARCHAR,
"logo" VARCHAR,
"type" VARCHAR,
"research_output" VARCHAR,
"student_faculty_ratio" DOUBLE,
"international_students" DOUBLE,
"size" VARCHAR,
"faculty_count" DOUBLE
);Anyone who has the link will be able to view this.