College Placement
student placement by IQ and CGPA
@kaggle.mahad049_college_placement
student placement by IQ and CGPA
@kaggle.mahad049_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.
CREATE TABLE placement_dataset (
"city" VARCHAR,
"cgpa" DOUBLE,
"iq" DOUBLE,
"placement" BIGINT
);Anyone who has the link will be able to view this.