Predicting Employee Turnover At Sailsfort Motors
Sailsfort Automobile Employee Data Analysis for HR Team
@kaggle.manidevesh_hr_dataset_analysis
Sailsfort Automobile Employee Data Analysis for HR Team
@kaggle.manidevesh_hr_dataset_analysis
CREATE TABLE hr_dataset (
"satisfaction_level" DOUBLE,
"last_evaluation" DOUBLE,
"number_project" BIGINT,
"average_montly_hours" BIGINT,
"time_spend_company" BIGINT,
"work_accident" BIGINT,
"left" BIGINT,
"promotion_last_5years" BIGINT,
"department" VARCHAR,
"salary" VARCHAR
);
Anyone who has the link will be able to view this.