HR Dataset.csv
HR comma separated dataset for company employee analytics
@kaggle.fahadrehman07_hr_comma_sep_csv
HR comma separated dataset for company employee analytics
@kaggle.fahadrehman07_hr_comma_sep_csv
CREATE TABLE hr_comma_sep (
"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.