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
This dataset contains synthetic data for employee attrition. The data was generated to simulate a scenario where various factors influence whether an employee stays with a company or leaves. This dataset can be used for predictive modeling, data analysis, and machine learning tasks related to employee turnover.
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.