Engineering College Rankings Dataset
Which is your dream college ?
@kaggle.durgeshrao9993_university
Which is your dream college ?
@kaggle.durgeshrao9993_university
The Engineering College Rankings Dataset is a comprehensive and meticulously curated collection of information pertaining to the rankings and performance of engineering colleges worldwide. It serves as a valuable resource for researchers, educators, students, and policymakers interested in analyzing and understanding the landscape of engineering education. This dataset encompasses a wide range of attributes and metrics associated with engineering colleges, including academic reputation, research output, faculty quality, student enrollment, infrastructure, industry collaborations, and alumni achievements.
CREATE TABLE universityranking_2021 (
  "institute_id" VARCHAR,
  "institute_name" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "score" DOUBLE,
  "rank" BIGINT,
  "tlr" DOUBLE,
  "rpc" DOUBLE,
  "go" DOUBLE,
  "oi" DOUBLE,
  "perception" DOUBLE
);Anyone who has the link will be able to view this.