Top Colleges Performance Dataset
Which rank does your college has ?
@kaggle.durgeshrao9993_engineering_college_rankings_2021
Which rank does your college has ?
@kaggle.durgeshrao9993_engineering_college_rankings_2021
The Engineering College Ranking Dataset is a comprehensive and meticulously curated collection of data pertaining to the ranking and performance of engineering colleges worldwide. This dataset serves as a valuable resource for researchers, educators, and policymakers seeking to analyze and evaluate the quality and competitiveness of engineering institutions across different regions and academic parameters.
CREATE TABLE engineeringranking_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.