Student Graduation Dataset
Unlocking Insights: Exploring the Synergy of Student Profiles, Academic Success,
@kaggle.ranzeet013_student_graduation_dataset
Unlocking Insights: Exploring the Synergy of Student Profiles, Academic Success,
@kaggle.ranzeet013_student_graduation_dataset
CREATE TABLE graduation_dataset (
"marital_status" BIGINT,
"application_mode" BIGINT,
"application_order" BIGINT,
"course" BIGINT,
"daytime_evening_attendance" BIGINT,
"previous_qualification" BIGINT,
"nacionality" BIGINT,
"mother_s_qualification" BIGINT,
"father_s_qualification" BIGINT,
"mother_s_occupation" BIGINT,
"father_s_occupation" BIGINT,
"displaced" BIGINT,
"educational_special_needs" BIGINT,
"debtor" BIGINT,
"tuition_fees_up_to_date" BIGINT,
"gender" BIGINT,
"scholarship_holder" BIGINT,
"age_at_enrollment" BIGINT,
"international" BIGINT,
"curricular_units_1st_sem_credited" BIGINT,
"curricular_units_1st_sem_enrolled" BIGINT,
"curricular_units_1st_sem_evaluations" BIGINT,
"curricular_units_1st_sem_approved" BIGINT,
"curricular_units_1st_sem_grade" DOUBLE,
"curricular_units_1st_sem_without_evaluations" BIGINT,
"curricular_units_2nd_sem_credited" BIGINT,
"curricular_units_2nd_sem_enrolled" BIGINT,
"curricular_units_2nd_sem_evaluations" BIGINT,
"curricular_units_2nd_sem_approved" BIGINT,
"curricular_units_2nd_sem_grade" DOUBLE,
"curricular_units_2nd_sem_without_evaluations" BIGINT,
"unemployment_rate" DOUBLE,
"inflation_rate" DOUBLE,
"gdp" DOUBLE,
"target" VARCHAR
);
Anyone who has the link will be able to view this.