Baselight

HR Dataset.csv

HR comma separated dataset for company employee analytics

@kaggle.fahadrehman07_hr_comma_sep_csv

Hr Comma Sep
@kaggle.fahadrehman07_hr_comma_sep_csv.hr_comma_sep

  • 64.34 KB
  • 14999 rows
  • 10 columns
satisfaction_level

Satisfaction Level

last_evaluation

Last Evaluation

number_project

Number Project

average_montly_hours

Average Montly Hours

time_spend_company

Time Spend Company

work_accident

Work Accident

left

Left

promotion_last_5years

Promotion Last 5years

department

Department

salary

Salary

0.380.53215731saleslow
0.80.86526261salesmedium
0.110.88727241salesmedium
0.720.87522351saleslow
0.370.52215931saleslow
0.410.5215331saleslow
0.10.77624741saleslow
0.920.85525951saleslow
0.891522451saleslow
0.420.53214231saleslow

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
);

Share link

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