HR Dataset
This is a dataset about almost 1500 employees of a company.
@kaggle.imtiajemon_hr_dataset
This is a dataset about almost 1500 employees of a company.
@kaggle.imtiajemon_hr_dataset
CREATE TABLE hr_data (
"empid" VARCHAR,
"age" BIGINT,
"agegroup" VARCHAR,
"attrition" VARCHAR,
"businesstravel" VARCHAR,
"department" VARCHAR,
"distancefromhome" BIGINT,
"educationfield" VARCHAR,
"environmentsatisfaction" VARCHAR,
"gender" VARCHAR,
"joblevel" BIGINT,
"jobrole" VARCHAR,
"jobsatisfaction" VARCHAR,
"maritalstatus" VARCHAR,
"monthlyincome" BIGINT,
"over18" VARCHAR,
"overtime" VARCHAR,
"percentsalaryhike" BIGINT,
"performancerating" VARCHAR,
"totalworkingyears" BIGINT,
"yearsatcompany" BIGINT,
"yearsincurrentrole" BIGINT,
"yearssincelastpromotion" BIGINT,
"yearswithcurrmanager" DOUBLE
);
Anyone who has the link will be able to view this.