Baselight

College Placement

student placement by IQ and CGPA

@kaggle.mahad049_college_placement

Loading...
Loading...

About this Dataset

College Placement

This dataset comprises records of students' attributes and their corresponding placement status. It includes information such as the city of residence or educational institution location, the Cumulative Grade Point Average (CGPA), Intelligence Quotient (IQ) scores, and a binary indicator denoting whether the student secured placement in a job or internship. The dataset exhibits a combination of numerical and categorical data, with instances of missing values present within certain entries.

Tables

Placement Dataset

@kaggle.mahad049_college_placement.placement_dataset
  • 3.97 KB
  • 100 rows
  • 4 columns
Loading...

CREATE TABLE placement_dataset (
  "city" VARCHAR,
  "cgpa" DOUBLE,
  "iq" DOUBLE,
  "placement" BIGINT
);

Share link

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