HR Analysis Case Study
Datasets used for learning Purpose
@kaggle.shivan118_hranalysis
Datasets used for learning Purpose
@kaggle.shivan118_hranalysis
CREATE TABLE train (
"employee_id" BIGINT,
"department" VARCHAR,
"region" VARCHAR,
"education" VARCHAR,
"gender" VARCHAR,
"recruitment_channel" VARCHAR,
"no_of_trainings" BIGINT,
"age" BIGINT,
"previous_year_rating" DOUBLE,
"length_of_service" BIGINT,
"kpis_met_80" BIGINT,
"awards_won" BIGINT,
"avg_training_score" BIGINT,
"is_promoted" BIGINT
);
Anyone who has the link will be able to view this.