Employee Attrition Data
Insights on Factors that contribute to Employee retention and departure
@kaggle.adnananam_employee_attrition_data
Insights on Factors that contribute to Employee retention and departure
@kaggle.adnananam_employee_attrition_data
CREATE TABLE employee_attrition_data (
"employee_id" VARCHAR,
"age" BIGINT,
"gender" VARCHAR,
"marital_status" VARCHAR,
"department" VARCHAR,
"job_role" VARCHAR,
"salary" DOUBLE,
"performance_rating" BIGINT,
"years_at_company" BIGINT,
"promotion_count" BIGINT,
"work_life_balance_rating" BIGINT,
"job_satisfaction" BIGINT,
"training_hours" BIGINT,
"commute_distance" DOUBLE,
"absenteeism_rate" DOUBLE,
"exit_interview_feedback" VARCHAR,
"reason_for_leaving" VARCHAR,
"company_culture_fit" BIGINT,
"team_dynamics" BIGINT,
"company_loyalty" BIGINT
);
Anyone who has the link will be able to view this.