HR Analytics: Employee Promotion Data
Predict the eligible candidates for promotion
@kaggle.arashnic_hr_ana
Predict the eligible candidates for promotion
@kaggle.arashnic_hr_ana
CREATE TABLE test (
"employee_id" BIGINT,
"department" VARCHAR,
"region" VARCHAR,
"education" VARCHAR,
"gender" VARCHAR,
"recruitment_channel" VARCHAR,
"no_of_trainings" BIGINT,
"age" BIGINT,
"previous_year_rating" DOUBLE,
"length_of_service" BIGINT,
"awards_won" BIGINT,
"avg_training_score" BIGINT
);
Anyone who has the link will be able to view this.