Campus Recruitment
Academic and Employability Factors influencing placement
@kaggle.benroshan_factors_affecting_campus_placement
Academic and Employability Factors influencing placement
@kaggle.benroshan_factors_affecting_campus_placement
My name is Ben Roshan D, doing MBA in Business Analytics at Jain University Bangalore . We have practical sessions in Python,R as subjects. Faculties provide us with such data sets to work on with it, So here is one of the data set which our class worked on
This data set consists of Placement data of students in a XYZ campus. It includes secondary and higher secondary school percentage and specialization. It also includes degree specialization, type and Work experience and salary offers to the placed students
I would like to thank Dr. Dhimant Ganatara, Professor Jain University for helping the students by providing this data for us to train R programming
CREATE TABLE placement_data_full_class (
"sl_no" BIGINT,
"gender" VARCHAR,
"ssc_p" DOUBLE,
"ssc_b" VARCHAR,
"hsc_p" DOUBLE,
"hsc_b" VARCHAR,
"hsc_s" VARCHAR,
"degree_p" DOUBLE,
"degree_t" VARCHAR,
"workex" VARCHAR,
"etest_p" DOUBLE,
"specialisation" VARCHAR,
"mba_p" DOUBLE,
"status" VARCHAR,
"salary" DOUBLE
);Anyone who has the link will be able to view this.