Attrition Rate Of A Company
Analyze the Attrition Rate of a Company
@kaggle.anujachintyabiswas_attrition_rate_of_a_company
Analyze the Attrition Rate of a Company
@kaggle.anujachintyabiswas_attrition_rate_of_a_company
CREATE TABLE general_data (
"employeeid" BIGINT,
"age" BIGINT,
"attrition" VARCHAR,
"businesstravel" VARCHAR,
"department" VARCHAR,
"distancefromhome" BIGINT,
"education" BIGINT,
"educationfield" VARCHAR,
"employeecount" BIGINT,
"gender" VARCHAR,
"joblevel" BIGINT,
"jobrole" VARCHAR,
"maritalstatus" VARCHAR,
"monthlyincome" BIGINT,
"numcompaniesworked" DOUBLE,
"over18" VARCHAR,
"percentsalaryhike" BIGINT,
"standardhours" BIGINT,
"stockoptionlevel" BIGINT,
"totalworkingyears" DOUBLE,
"trainingtimeslastyear" BIGINT,
"yearsatcompany" BIGINT,
"yearssincelastpromotion" BIGINT,
"yearswithcurrmanager" BIGINT,
"environmentsatisfaction" DOUBLE,
"jobsatisfaction" DOUBLE,
"worklifebalance" DOUBLE,
"jobinvolvement" BIGINT,
"performancerating" BIGINT
);
Anyone who has the link will be able to view this.