World University Rankings 2023
QS World University Rankings 2023: Top global universities
@kaggle.jkanthony_world_university_rankings_202223
QS World University Rankings 2023: Top global universities
@kaggle.jkanthony_world_university_rankings_202223
Discover the world's top universities. Explore the QS World University Rankings® 2023 based on 8 key ranking indicators.
This year’s QS World University Rankings include almost 1,500 institutions from around the world. It’s not just iconic institutions that take the top spots: this year’s highest rankings include universities from diverse locations across Europe, Asia and North America.
CREATE TABLE n_2023_qs_world_university_rankings (
"rank" BIGINT,
"institution" VARCHAR,
"location_code" VARCHAR,
"location" VARCHAR,
"ar_score" DOUBLE,
"ar_rank" VARCHAR,
"er_score" DOUBLE,
"er_rank" VARCHAR,
"fsr_score" DOUBLE,
"fsr_rank" VARCHAR,
"cpf_score" DOUBLE,
"cpf_rank" VARCHAR,
"ifr_score" DOUBLE,
"ifr_rank" VARCHAR,
"isr_score" DOUBLE,
"isr_rank" VARCHAR,
"irn_score" DOUBLE,
"irn_rank" VARCHAR,
"ger_score" DOUBLE,
"ger_rank" VARCHAR,
"score_scaled" VARCHAR
);Anyone who has the link will be able to view this.