Baselight

Job Classification Dataset

typical job class specs feature information and paygrade

@kaggle.hranalyticrepository_job_classification_dataset

Jobclassinfo2
@kaggle.hranalyticrepository_job_classification_dataset.jobclassinfo2

  • 12.29 KB
  • 66 rows
  • 14 columns
id

ID

jobfamily

JobFamily

jobfamilydescription

JobFamilyDescription

jobclass

JobClass

jobclassdescription

JobClassDescription

paygrade

PayGrade

educationlevel

EducationLevel

experience

Experience

orgimpact

OrgImpact

problemsolving

ProblemSolving

supervision

Supervision

contactlevel

ContactLevel

financialbudget

FinancialBudget

pg

PG

11Accounting And Finance1Accountant I53133435PG05
21Accounting And Finance2Accountant II64154577PG06
31Accounting And Finance3Accountant III842656710PG08
41Accounting And Finance4Accountant IV1055667811PG10
52Administrative Support5Admin Support I1111111PG01
62Administrative Support6Admin Support II21111123PG02
72Administrative Support7Admin Support III31212133PG03
82Administrative Support8Administrative Support IV4412135PG04
92Administrative Support9Administrative Support V5443577PG05
103Baker10Baker I4214112PG04

CREATE TABLE jobclassinfo2 (
  "id" BIGINT,
  "jobfamily" BIGINT,
  "jobfamilydescription" VARCHAR,
  "jobclass" BIGINT,
  "jobclassdescription" VARCHAR,
  "paygrade" BIGINT,
  "educationlevel" BIGINT,
  "experience" BIGINT,
  "orgimpact" BIGINT,
  "problemsolving" BIGINT,
  "supervision" BIGINT,
  "contactlevel" BIGINT,
  "financialbudget" BIGINT,
  "pg" VARCHAR
);

Share link

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