Baselight

Recruitment: Diversity And Inclusion

Data about XYZ Fashion Company Diversity Recruitment within the workplace

@kaggle.nahsaanbain_diversity_and_inclusion

Production Staff
@kaggle.nahsaanbain_diversity_and_inclusion.production_staff

  • 17.86 KB
  • 256 rows
  • 15 columns
employee_name

Employee Name

race_desc

Race Desc

date_of_hire

Date Of Hire

termdate

TermDate

reason_for_term

Reason For Term

employment_status

Employment Status

department

Department

position

Position

pay

Pay

manager_name

Manager Name

performance_score

Performance Score

abutments_hour_wk_1

Abutments/Hour Wk 1

abutments_hour_wk_2

Abutments/Hour Wk 2

daily_error_rate

Daily Error Rate

n_90_day_complaints

90-day Complaints

Albert, Michael WhiteMon Aug 01 2011 00:00:00 GMT+0000 (Coordinated Universal Time)N/A - still employedActiveProduction Production Manager $54.50 Elisa BramanteFully Meets
Bozzi, CharlesAsianMon Sep 30 2013 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Aug 07 2014 00:00:00 GMT+0000 (Coordinated Universal Time)retiringVoluntarily TerminatedProduction Production Manager $50.50 Elisa BramanteFully Meets
Butler, Webster LWhiteThu Jan 28 2016 00:00:00 GMT+0000 (Coordinated Universal Time)N/A - still employedActiveProduction Production Manager $55.00 Elisa BramanteExceeds
Dunn, Amy WhiteThu Sep 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)N/A - still employedActiveProduction Production Manager $51.00 Elisa BramanteFully Meets
Gray, Elijiah WhiteTue Jun 02 2015 00:00:00 GMT+0000 (Coordinated Universal Time)N/A - still employedActiveProduction Production Manager $54.00 Elisa BramanteFully Meets
Hogland, Jonathan WhiteMon Jan 10 2011 00:00:00 GMT+0000 (Coordinated Universal Time)Sat Dec 12 2015 00:00:00 GMT+0000 (Coordinated Universal Time)attendanceTerminated for CauseProduction Production Manager $48.00 Elisa BramanteFully Meets
Immediato, WalterAsianMon Feb 21 2011 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Sep 24 2012 00:00:00 GMT+0000 (Coordinated Universal Time)unhappyVoluntarily TerminatedProduction Production Manager $42.00 Elisa BramanteNeeds Improvement
Liebig, KetsiaWhiteMon Sep 30 2013 00:00:00 GMT+0000 (Coordinated Universal Time)N/A - still employedActiveProduction Production Manager $55.00 Elisa BramanteExceeds
Miller, BrannonHispanicThu Aug 16 2012 00:00:00 GMT+0000 (Coordinated Universal Time)N/A - still employedActiveProduction Production Manager $53.00 Elisa BramanteFully Meets
Peterson, Ebonee WhiteMon Oct 25 2010 00:00:00 GMT+0000 (Coordinated Universal Time)Wed May 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Another positionVoluntarily TerminatedProduction Production Manager $38.00 Elisa BramanteFully Meets

CREATE TABLE production_staff (
  "employee_name" VARCHAR,
  "race_desc" VARCHAR,
  "date_of_hire" TIMESTAMP,
  "termdate" TIMESTAMP,
  "reason_for_term" VARCHAR,
  "employment_status" VARCHAR,
  "department" VARCHAR,
  "position" VARCHAR,
  "pay" VARCHAR,
  "manager_name" VARCHAR,
  "performance_score" VARCHAR,
  "abutments_hour_wk_1" DOUBLE,
  "abutments_hour_wk_2" DOUBLE,
  "daily_error_rate" DOUBLE,
  "n_90_day_complaints" DOUBLE
);

Share link

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