University Employee Salaries (2011 - Present)
Public universities salary data from www.buckeyeinstitute.org
@kaggle.asaniczka_university_employee_salaries_2011_present
Public universities salary data from www.buckeyeinstitute.org
@kaggle.asaniczka_university_employee_salaries_2011_present
CREATE TABLE higher_ed_employee_salaries (
"name" VARCHAR,
"school" VARCHAR,
"job_description" VARCHAR,
"department" VARCHAR,
"earnings" DOUBLE,
"year" BIGINT
);
Anyone who has the link will be able to view this.