College Majors And Earnings Dataset
College Majors, Employment Rates, and Earnings Data in the U.S.
@fivethirtyeight.college_majors
College Majors, Employment Rates, and Earnings Data in the U.S.
@fivethirtyeight.college_majors
CREATE TABLE grad_students (
"major_code" BIGINT,
"major" VARCHAR,
"major_category" VARCHAR,
"grad_total" BIGINT,
"grad_sample_size" BIGINT,
"grad_employed" BIGINT,
"grad_full_time_year_round" BIGINT,
"grad_unemployed" BIGINT,
"grad_unemployment_rate" DOUBLE,
"grad_median" DOUBLE,
"grad_p25" BIGINT,
"grad_p75" DOUBLE,
"nongrad_total" BIGINT,
"nongrad_employed" BIGINT,
"nongrad_full_time_year_round" BIGINT,
"nongrad_unemployed" BIGINT,
"nongrad_unemployment_rate" DOUBLE,
"nongrad_median" DOUBLE,
"nongrad_p25" BIGINT,
"nongrad_p75" DOUBLE,
"grad_share" DOUBLE,
"grad_premium" DOUBLE
);
Anyone who has the link will be able to view this.