Wages And Education Of Young Males Dataset
Is there a relation between education, industry-type, experience ... and wage?
@kaggle.jacopoferretti_wages_and_education_of_young_males_dataset
Is there a relation between education, industry-type, experience ... and wage?
@kaggle.jacopoferretti_wages_and_education_of_young_males_dataset
CREATE TABLE males (
"rownames" BIGINT,
"nr" BIGINT,
"year" BIGINT,
"school" BIGINT,
"exper" BIGINT,
"union" VARCHAR,
"ethn" VARCHAR,
"maried" VARCHAR,
"health" VARCHAR,
"wage" DOUBLE,
"industry" VARCHAR,
"occupation" VARCHAR,
"residence" VARCHAR
);
Anyone who has the link will be able to view this.