Employee Attrition Data Prediction
A dataset for analyzing employee turnover and predicting attrition
@kaggle.mrsimple07_employee_attrition_data_prediction
A dataset for analyzing employee turnover and predicting attrition
@kaggle.mrsimple07_employee_attrition_data_prediction
CREATE TABLE employee_attrition_data (
"employee_id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"department" VARCHAR,
"job_title" VARCHAR,
"years_at_company" BIGINT,
"satisfaction_level" DOUBLE,
"average_monthly_hours" BIGINT,
"promotion_last_5years" BIGINT,
"salary" BIGINT,
"attrition" BIGINT
);
Anyone who has the link will be able to view this.