UJA Degree Programs Aa. 2023-2024
University of Jaén
@euneolaia.fcc8c7e9_d042_42fb_a2e2_692b8b266dc5
University of Jaén
@euneolaia.fcc8c7e9_d042_42fb_a2e2_692b8b266dc5
CREATE TABLE uja_degree_dataset_v2_0 (
"acronym" VARCHAR,
"university" VARCHAR,
"university_eng" VARCHAR,
"facility_of_degree_programme" VARCHAR,
"facility_of_degree_programm_eng" VARCHAR,
"course_of_study" VARCHAR,
"course_of_study_eng" VARCHAR,
"national_classification" VARCHAR,
"national_classification_eng" VARCHAR,
"course_of_study_type" VARCHAR,
"course_of_study_type_eng" VARCHAR,
"european_qualifications_framework_eqf" VARCHAR,
"isced1" VARCHAR,
"isced2" VARCHAR,
"gender_no_answer" VARCHAR,
"gender_female" BIGINT,
"gender_male" BIGINT,
"total" BIGINT,
"geographical_information" VARCHAR,
"minor_or_equal_20_years" BIGINT,
"n_21_39_years" BIGINT,
"n_40_years" BIGINT
);
CREATE TABLE uja_dataset_degress_23_34 (
"acronym" VARCHAR,
"university" VARCHAR,
"university_eng" VARCHAR,
"facility_of_degree_programme" VARCHAR,
"facility_of_degree_programm_eng" VARCHAR,
"course_of_study" VARCHAR,
"course_of_study_eng" VARCHAR,
"national_classification" VARCHAR,
"national_classification_eng" VARCHAR,
"course_of_study_type" VARCHAR,
"course_of_study_type_eng" VARCHAR,
"european_qualifications_framework_eqf" VARCHAR,
"isced1" VARCHAR,
"isced2" VARCHAR,
"gender_no_answer" VARCHAR,
"gender_female" BIGINT,
"gender_male" BIGINT,
"total" BIGINT,
"geographical_information" VARCHAR,
"minor_or_equal_20_years" DOUBLE,
"n_21_39_years" DOUBLE,
"n_40_years" DOUBLE
);
Anyone who has the link will be able to view this.