HR Salifort Motors
data collected by the HR department.
@kaggle.lioneldelire_hr_salifort_motors
data collected by the HR department.
@kaggle.lioneldelire_hr_salifort_motors
** Salifort Motors is a fake company **
This dataset comes from the Google certification from Coursera.org
The goal is to show the technical knowledge acquire during the course.
The capstone project is to analyze the data collected by the HR department and build a model that predicts whether or not an employee will leave the company
CREATE TABLE hr_salifort_motors_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.