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
This dataset consists of a table containing information regarding all the degree programmes offered at the University of Jaén (UJA) in the academic year 2023/2024. Each row includes basic information about the programme, such as the name, International Standard Classification of Education (ISCED) fields and codes, and number of registered students, among other data.
Publisher name: University of Jaén
Publisher URL: https://data.neolaiacampus.eu/organization/2937656d-36de-4eda-8b20-de084b365e9c
Last updated: 2025-05-22T11:27:38Z
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 -- European Qualifications Framework - EQF,
"isced1" VARCHAR,
"isced2" VARCHAR,
"gender_no_answer" VARCHAR -- Gender - No Answer,
"gender_female" BIGINT -- Gender - Female,
"gender_male" BIGINT -- Gender - Male,
"total" BIGINT,
"geographical_information" VARCHAR,
"minor_or_equal_20_years" DOUBLE,
"n_21_39_years" DOUBLE -- 21 - 39 Years,
"n_40_years" DOUBLE -- 40+ Years
);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 -- European Qualifications Framework - EQF,
"isced1" VARCHAR,
"isced2" VARCHAR,
"gender_no_answer" VARCHAR -- Gender - No Answer,
"gender_female" BIGINT -- Gender - Female,
"gender_male" BIGINT -- Gender - Male,
"total" BIGINT,
"geographical_information" VARCHAR,
"minor_or_equal_20_years" BIGINT,
"n_21_39_years" BIGINT -- 21 - 39 Years,
"n_40_years" BIGINT -- 40+ Years
);Anyone who has the link will be able to view this.