Baselight

HR Analytics Dataset

Unlocking HR Insights: Data-driven Decisions

@kaggle.saadharoon27_hr_analytics_dataset

Hr Analytics
@kaggle.saadharoon27_hr_analytics_dataset.hr_analytics

  • 80.57 KB
  • 1480 rows
  • 38 columns
empid

EmpID

age

Age

agegroup

AgeGroup

attrition

Attrition

businesstravel

BusinessTravel

dailyrate

DailyRate

department

Department

distancefromhome

DistanceFromHome

education

Education

educationfield

EducationField

employeecount

EmployeeCount

employeenumber

EmployeeNumber

environmentsatisfaction

EnvironmentSatisfaction

gender

Gender

hourlyrate

HourlyRate

jobinvolvement

JobInvolvement

joblevel

JobLevel

jobrole

JobRole

jobsatisfaction

JobSatisfaction

maritalstatus

MaritalStatus

monthlyincome

MonthlyIncome

salaryslab

SalarySlab

monthlyrate

MonthlyRate

numcompaniesworked

NumCompaniesWorked

over18

Over18

overtime

OverTime

percentsalaryhike

PercentSalaryHike

performancerating

PerformanceRating

relationshipsatisfaction

RelationshipSatisfaction

standardhours

StandardHours

stockoptionlevel

StockOptionLevel

totalworkingyears

TotalWorkingYears

trainingtimeslastyear

TrainingTimesLastYear

worklifebalance

WorkLifeBalance

yearsatcompany

YearsAtCompany

yearsincurrentrole

YearsInCurrentRole

yearssincelastpromotion

YearsSinceLastPromotion

yearswithcurrmanager

YearsWithCurrManager

RM2971818-25YesTravel_Rarely230Research & Development33Life Sciences14053Male5431Laboratory Technician3Single1420Upto 5k252331YNo13338023
RM3021818-25NoTravel_Rarely812Sales103Medical14114Female6921Sales Representative3Single1200Upto 5k97241YNo12318023
RM4581818-25YesTravel_Frequently1306Sales53Marketing16142Male6931Sales Representative2Single1878Upto 5k80591YYes14348033
RM7281818-25NoNon-Travel287Research & Development52Life Sciences110122Male7331Research Scientist4Single1051Upto 5k134931YNo15348023
RM8291818-25YesNon-Travel247Research & Development81Medical111563Male8031Laboratory Technician3Single1904Upto 5k135561YNo1234803
RM9731818-25NoNon-Travel1124Research & Development13Life Sciences113684Female9731Laboratory Technician4Single1611Upto 5k193051YNo15338054
RM11541818-25YesTravel_Frequently544Sales32Medical116242Female7031Sales Representative4Single1569Upto 5k184201YYes12338024
RM13121818-25NoNon-Travel1431Research & Development143Medical118392Female3331Research Scientist3Single1514Upto 5k80181YNo16338041
RM1281918-25YesTravel_Rarely528Sales221Marketing11674Male5031Sales Representative3Single1675Upto 5k268201YYes19348022
RM1501918-25NoTravel_Rarely1181Research & Development31Medical12012Female7931Laboratory Technician2Single1483Upto 5k161021YNo1434801331

CREATE TABLE hr_analytics (
  "empid" VARCHAR,
  "age" BIGINT,
  "agegroup" VARCHAR,
  "attrition" VARCHAR,
  "businesstravel" VARCHAR,
  "dailyrate" BIGINT,
  "department" VARCHAR,
  "distancefromhome" BIGINT,
  "education" BIGINT,
  "educationfield" VARCHAR,
  "employeecount" BIGINT,
  "employeenumber" BIGINT,
  "environmentsatisfaction" BIGINT,
  "gender" VARCHAR,
  "hourlyrate" BIGINT,
  "jobinvolvement" BIGINT,
  "joblevel" BIGINT,
  "jobrole" VARCHAR,
  "jobsatisfaction" BIGINT,
  "maritalstatus" VARCHAR,
  "monthlyincome" BIGINT,
  "salaryslab" VARCHAR,
  "monthlyrate" BIGINT,
  "numcompaniesworked" BIGINT,
  "over18" VARCHAR,
  "overtime" VARCHAR,
  "percentsalaryhike" BIGINT,
  "performancerating" BIGINT,
  "relationshipsatisfaction" BIGINT,
  "standardhours" BIGINT,
  "stockoptionlevel" BIGINT,
  "totalworkingyears" BIGINT,
  "trainingtimeslastyear" BIGINT,
  "worklifebalance" BIGINT,
  "yearsatcompany" BIGINT,
  "yearsincurrentrole" BIGINT,
  "yearssincelastpromotion" BIGINT,
  "yearswithcurrmanager" DOUBLE
);

Share link

Anyone who has the link will be able to view this.