Placement Dataset
Checking Eligibility of students for placement.
@kaggle.akshayshiralsheth_placement_dataset
Checking Eligibility of students for placement.
@kaggle.akshayshiralsheth_placement_dataset
This dataset helps to predict student eligibility for placement opportunities. The prediction is based on several criteria, including academic scores across semesters, attendance percentages, and internship offers. Students who meet the defined thresholds for these criteria are considered eligible for placement, improving their chances of securing good job opportunities.
CREATE TABLE student_grades (
"studentid" BIGINT,
"sem1percentage" DOUBLE,
"sem2percentage" DOUBLE,
"sem3percentage" DOUBLE,
"sem4percentage" DOUBLE,
"sem1attendance" DOUBLE,
"sem2attendance" DOUBLE,
"sem3attendance" DOUBLE,
"sem4attendance" DOUBLE,
"internship" VARCHAR
);
Anyone who has the link will be able to view this.