Baselight

Placement Dataset

Checking Eligibility of students for placement.

@kaggle.akshayshiralsheth_placement_dataset

Loading...
Loading...

About this Dataset

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.

Tables

Student Grades

@kaggle.akshayshiralsheth_placement_dataset.student_grades
  • 85.34 KB
  • 1000 rows
  • 10 columns
Loading...

CREATE TABLE student_grades (
  "studentid" BIGINT,
  "sem1percentage" DOUBLE,
  "sem2percentage" DOUBLE,
  "sem3percentage" DOUBLE,
  "sem4percentage" DOUBLE,
  "sem1attendance" DOUBLE,
  "sem2attendance" DOUBLE,
  "sem3attendance" DOUBLE,
  "sem4attendance" DOUBLE,
  "internship" VARCHAR
);

Share link

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