Baselight

Employee Attrition Data

Insights on Factors that contribute to Employee retention and departure

@kaggle.adnananam_employee_attrition_data

Employee Attrition Data
@kaggle.adnananam_employee_attrition_data.employee_attrition_data

  • 4.69 MB
  • 100000 rows
  • 20 columns
employee_id

Employee ID

age

Age

gender

Gender

marital_status

Marital Status

department

Department

job_role

Job Role

salary

Salary

performance_rating

Performance Rating

years_at_company

Years At Company

promotion_count

Promotion Count

work_life_balance_rating

Work-Life Balance Rating

job_satisfaction

Job Satisfaction

training_hours

Training Hours

commute_distance

Commute Distance

absenteeism_rate

Absenteeism Rate

exit_interview_feedback

Exit Interview Feedback

reason_for_leaving

Reason For Leaving

company_culture_fit

Company Culture Fit

team_dynamics

Team Dynamics

company_loyalty

Company Loyalty

E0000055MaleSingleSalesDeveloper67792.375275332737.5697.24Billion but remain beyond music right.Relocation314
E0000159MaleWidowedSalesManager78919.79214141131.7832.96Fight series budget beat specific stock.Personal Reasons432
E0000240Prefer not to sayDivorcedFinanceAnalyst77797.18420215275.9759.32Process sort later first price.Personal Reasons254
E0000321Non-binaryMarriedFinanceAnalyst119321.43218412372.790.65Animal represent whom car expect thank skin.Career Change551
E0000450Non-binarySingleHRAnalyst77904.075242342329.970.53Writer plant none song.Retirement452
E0000528FemaleWidowedHRAnalyst79497.142173151913.5374.02Machine throughout check they fine.Layoff111
E0000660Non-binaryMarriedSalesSales Rep58970.884375233527.829.04Kid only wall message.Layoff325
E0000737Prefer not to sayDivorcedHRSales Rep88149.546341736.696.11Two surface produce upon administration remember language red.Retirement351
E0000820FemaleSingleSalesSales Rep103938.224383432012.129.16Future while at conference.Personal Reasons353
E0000965FemaleSingleOperationsTeam Lead95740.81432424119.896.68Air whole very add.Layoff224

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
);

Share link

Anyone who has the link will be able to view this.