Baselight

Employee Data Simulation: IT Industry

Simulated Employee Data for the IT Industry

@kaggle.abhayayare_employee_data_simulation_it_industry

Employee Data
@kaggle.abhayayare_employee_data_simulation_it_industry.employee_data

  • 9.11 KB
  • 400 rows
  • 5 columns
id

ID

gender

Gender

experience_years

Experience (Years)

position

Position

salary

Salary

1F4DevOps Engineer109976
2M6DevOps Engineer120088
3M17Web Developer181301
4M7Systems Administrator77530
5F13Systems Administrator152397
6F13Web Developer114998
7F11Systems Administrator82328
8M2DevOps Engineer111494
9F6DevOps Engineer105563
10F6IT Manager162706

CREATE TABLE employee_data (
  "id" BIGINT,
  "gender" VARCHAR,
  "experience_years" BIGINT,
  "position" VARCHAR,
  "salary" BIGINT
);

Share link

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