Baselight

Predicting Employee Attrition

To Predict Whether the employees Leave the Company or Not

@kaggle.pavan9065_predicting_employee_attrition

Train Data
@kaggle.pavan9065_predicting_employee_attrition.train_data

  • 195.71 KB
  • 19104 rows
  • 13 columns
mmm_yy

MMM-YY

emp_id

Emp ID

age

Age

gender

Gender

city

City

education_level

Education Level

salary

Salary

dateofjoining

Dateofjoining

lastworkingdate

LastWorkingDate

joining_designation

Joining Designation

designation

Designation

total_business_value

Total Business Value

quarterly_rating

Quarterly Rating

Fri Jan 01 2016 00:00:00 GMT+0000 (Coordinated Universal Time)128MaleC23Master57387Thu Dec 24 2015 00:00:00 GMT+0000 (Coordinated Universal Time)1123810602
Mon Feb 01 2016 00:00:00 GMT+0000 (Coordinated Universal Time)128MaleC23Master57387Thu Dec 24 2015 00:00:00 GMT+0000 (Coordinated Universal Time)11-6654802
Tue Mar 01 2016 00:00:00 GMT+0000 (Coordinated Universal Time)128MaleC23Master57387Thu Dec 24 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Mar 11 2016 00:00:00 GMT+0000 (Coordinated Universal Time)112
Wed Nov 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)231MaleC7Master67016Mon Nov 06 2017 00:00:00 GMT+0000 (Coordinated Universal Time)221
Fri Dec 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)231MaleC7Master67016Mon Nov 06 2017 00:00:00 GMT+0000 (Coordinated Universal Time)221
Thu Dec 01 2016 00:00:00 GMT+0000 (Coordinated Universal Time)443MaleC13Master65603Wed Dec 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)221
Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)443MaleC13Master65603Wed Dec 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)221
Wed Feb 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)443MaleC13Master65603Wed Dec 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)221
Wed Mar 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)443MaleC13Master65603Wed Dec 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)223500001
Sat Apr 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)443MaleC13Master65603Wed Dec 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Apr 27 2017 00:00:00 GMT+0000 (Coordinated Universal Time)221

CREATE TABLE train_data (
  "mmm_yy" TIMESTAMP,
  "emp_id" BIGINT,
  "age" BIGINT,
  "gender" VARCHAR,
  "city" VARCHAR,
  "education_level" VARCHAR,
  "salary" BIGINT,
  "dateofjoining" TIMESTAMP,
  "lastworkingdate" TIMESTAMP,
  "joining_designation" BIGINT,
  "designation" BIGINT,
  "total_business_value" BIGINT,
  "quarterly_rating" BIGINT
);

Share link

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