University Admission Dataset
Know about where you want to go
@kaggle.farhansadeek_university_admission_dataset
Know about where you want to go
@kaggle.farhansadeek_university_admission_dataset
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
);
Anyone who has the link will be able to view this.