HR Employee Attrition
HR Employee Dataset Analysis
@kaggle.bishop36_hr_employee_attrition
HR Employee Dataset Analysis
@kaggle.bishop36_hr_employee_attrition
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
);
Anyone who has the link will be able to view this.