Job Classification Dataset
typical job class specs feature information and paygrade
@kaggle.hranalyticrepository_job_classification_dataset
typical job class specs feature information and paygrade
@kaggle.hranalyticrepository_job_classification_dataset
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
);
Anyone who has the link will be able to view this.