Baselight

University Admission Dataset

Know about where you want to go

@kaggle.farhansadeek_university_admission_dataset

Loading...
Loading...

About this Dataset

University Admission Dataset

I am a student in a public high school. I collected the data to know which universities require what type of skills. This way applicants of upcoming yeats would be benefited.

Tables

Admission Data

@kaggle.farhansadeek_university_admission_dataset.admission_data
  • 13.41 KB
  • 23 rows
  • 18 columns
Loading...

CREATE TABLE admission_data (
  "name_of_university" VARCHAR,
  "rigor" BIGINT,
  "rank" BIGINT,
  "gpa" BIGINT,
  "test_score" BIGINT,
  "essay" BIGINT,
  "recommendation" BIGINT,
  "interview" BIGINT,
  "extracurricular" BIGINT,
  "talent" BIGINT,
  "personality" BIGINT,
  "first_generation" BIGINT,
  "religious" DOUBLE,
  "state_residency" BIGINT,
  "race" BIGINT,
  "volunteer" BIGINT,
  "work_experience" BIGINT,
  "level_of_interest" BIGINT
);

Share link

Anyone who has the link will be able to view this.