Baselight

HR Employee Attrition

HR Employee Dataset Analysis

@kaggle.bishop36_hr_employee_attrition

Hr Employee Attrition
@kaggle.bishop36_hr_employee_attrition.hr_employee_attrition

  • 71.09 KB
  • 1470 rows
  • 35 columns
age

Age

attrition

Attrition

businesstravel

BusinessTravel

dailyrate

DailyRate

department

Department

distancefromhome

DistanceFromHome

education

Education

educationfield

EducationField

employeecount

EmployeeCount

employeenumber

EmployeeNumber

environmentsatisfaction

EnvironmentSatisfaction

gender

Gender

hourlyrate

HourlyRate

jobinvolvement

JobInvolvement

joblevel

JobLevel

jobrole

JobRole

jobsatisfaction

JobSatisfaction

maritalstatus

MaritalStatus

monthlyincome

MonthlyIncome

monthlyrate

MonthlyRate

numcompaniesworked

NumCompaniesWorked

over18

Over18

overtime

OverTime

percentsalaryhike

PercentSalaryHike

performancerating

PerformanceRating

relationshipsatisfaction

RelationshipSatisfaction

standardhours

StandardHours

stockoptionlevel

StockOptionLevel

totalworkingyears

TotalWorkingYears

trainingtimeslastyear

TrainingTimesLastYear

worklifebalance

WorkLifeBalance

yearsatcompany

YearsAtCompany

yearsincurrentrole

YearsInCurrentRole

yearssincelastpromotion

YearsSinceLastPromotion

yearswithcurrmanager

YearsWithCurrManager

41YesTravel_Rarely1102Sales12Life Sciences112Female9432Sales Executive4Single5993194798YYes11318081645
49NoTravel_Frequently279Research & Development81Life Sciences123Male6122Research Scientist2Married5130249071YNo2344801103310717
37YesTravel_Rarely1373Research & Development22Other144Male9221Laboratory Technician3Single209023966YYes153280733
33NoTravel_Frequently1392Research & Development34Life Sciences154Female5631Research Scientist3Married2909231591YYes113380833873
27NoTravel_Rarely591Research & Development21Medical171Male4031Laboratory Technician2Married3468166329YNo12348016332222
32NoTravel_Frequently1005Research & Development22Life Sciences184Male7931Laboratory Technician4Single306811864YNo1333808227736
59NoTravel_Rarely1324Research & Development33Medical1103Female8141Laboratory Technician1Married267099644YYes204180312321
30NoTravel_Rarely1358Research & Development241Life Sciences1114Male6731Laboratory Technician3Divorced2693133351YNo22428011231
38NoTravel_Frequently216Research & Development233Life Sciences1124Male4423Manufacturing Director3Single95268787YNo21428010239718
36NoTravel_Rarely1299Research & Development273Medical1133Male9432Healthcare Representative3Married5237165776YNo133280217327777

CREATE TABLE hr_employee_attrition (
  "age" BIGINT,
  "attrition" VARCHAR,
  "businesstravel" VARCHAR,
  "dailyrate" BIGINT,
  "department" VARCHAR,
  "distancefromhome" BIGINT,
  "education" BIGINT,
  "educationfield" VARCHAR,
  "employeecount" BIGINT,
  "employeenumber" BIGINT,
  "environmentsatisfaction" BIGINT,
  "gender" VARCHAR,
  "hourlyrate" BIGINT,
  "jobinvolvement" BIGINT,
  "joblevel" BIGINT,
  "jobrole" VARCHAR,
  "jobsatisfaction" BIGINT,
  "maritalstatus" VARCHAR,
  "monthlyincome" BIGINT,
  "monthlyrate" BIGINT,
  "numcompaniesworked" BIGINT,
  "over18" VARCHAR,
  "overtime" VARCHAR,
  "percentsalaryhike" BIGINT,
  "performancerating" BIGINT,
  "relationshipsatisfaction" BIGINT,
  "standardhours" BIGINT,
  "stockoptionlevel" BIGINT,
  "totalworkingyears" BIGINT,
  "trainingtimeslastyear" BIGINT,
  "worklifebalance" BIGINT,
  "yearsatcompany" BIGINT,
  "yearsincurrentrole" BIGINT,
  "yearssincelastpromotion" BIGINT,
  "yearswithcurrmanager" BIGINT
);

Share link

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