sources
Data license: CC-BY
1 row where datasetId = 2634 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
14855 | OECD - Education and Training - Profile of graduates and new entrants | { "link": "https://stats.oecd.org/Index.aspx?DataSetCode=EAG_GRAD_ENTR_SHARE", "retrievedDate": "16-March-18", "additionalInfo": "Abstract\nDistribution of graduates/new entrants by gender, country of origin and age as well as the proportion of each tertiary educational level over the total of first-time graduates and new entrants at tertiary level.\nData source(s) used\n\nEducation at a Glance\nhttp://www.oecd.org/edu/eag.htm\nUnit of measure used\nPercentage\nPeriodicity\nYearly/School academic year\nDate last updated\n12-09-2017\nContact person\[email protected] - [email protected] or click:\nManon Costinot\nmailto:[email protected]\nGiovanni Semeraro\nmailto:[email protected]\nOther data characteristics\nMore information on the definitions, methodology, sources of data and notes specific for each country are available in:\nEducation at a Glance 2017 - Annex 3\nhttp://www.oecd.org/edu/skills-beyond-school/EAG2017-Annex-3.pdf\nKey statistical concept\nKey statistical concepts, definitions and methodologies underlying the indicators are available in Chapter 7 \"Indicator concepts and methodologies\" of the:\nOECD Handbook for Internationally Comparative Education Statistics\nhttp://dx.doi.org/10.1787/9789264279889-en\nClassification(s) used\nDetailed presentation and explanation of ISCED classification is available in Chapter 5 \"Definition and classification of educational programmes: The practical implementation of ISCED 2011\" of the:\nOECD Handbook for Internationally Comparative Education Statistics\nhttp://dx.doi.org/10.1787/9789264279889-en\nRecommended uses and limitations\n... are included for each indicator in Chapter 7 \"Indicator concepts and methodologies\" of the:\nOECD Handbook for Internationally Comparative Education Statistics\nhttp://dx.doi.org/10.1787/9789264279889-en\nOther comments\nSearch how your country compares:\nGPS Country profile\nhttp://gpseducation.oecd.org/CountryProfile\nGPS Explore data\nhttp://gpseducation.oecd.org/IndicatorExplorer?query=14&indicators=A072*A247*B033*A012*C005*A013*A014*A003*A004*A005*A071*A073*A080*A081*A082*A112*A151*A110*A111*A076*A079*A224*A230*A141*A147*C020*C006*C007*A244*C002*D011*D012*A030*A210*A213*A216*A219*A221*A222*A223*C015*A235*C003*A248*A249*B002*B003*B004*B005*B027*B028*B029*B057*B058*B030*B046*D019*D018*D014*D015*D013*D021*D022*D020*D024*D025*D026*D031*D032*D033\n", "dataPublishedBy": "OECD.Stat", "dataPublisherSource": null } |
2018-03-16 17:18:42 | 2018-03-16 17:18:42 | Education and Training - Profile of graduates and new entrants 2634 | Abstract Distribution of graduates/new entrants by gender, country of origin and age as well as the proportion of each tertiary educational level over the total of first-time graduates and new entrants at tertiary level. Data source(s) used Education at a Glance http://www.oecd.org/edu/eag.htm Unit of measure used Percentage Periodicity Yearly/School academic year Date last updated 12-09-2017 Contact person [email protected] - [email protected] or click: Manon Costinot mailto:[email protected] Giovanni Semeraro mailto:[email protected] Other data characteristics More information on the definitions, methodology, sources of data and notes specific for each country are available in: Education at a Glance 2017 - Annex 3 http://www.oecd.org/edu/skills-beyond-school/EAG2017-Annex-3.pdf Key statistical concept Key statistical concepts, definitions and methodologies underlying the indicators are available in Chapter 7 "Indicator concepts and methodologies" of the: OECD Handbook for Internationally Comparative Education Statistics http://dx.doi.org/10.1787/9789264279889-en Classification(s) used Detailed presentation and explanation of ISCED classification is available in Chapter 5 "Definition and classification of educational programmes: The practical implementation of ISCED 2011" of the: OECD Handbook for Internationally Comparative Education Statistics http://dx.doi.org/10.1787/9789264279889-en Recommended uses and limitations ... are included for each indicator in Chapter 7 "Indicator concepts and methodologies" of the: OECD Handbook for Internationally Comparative Education Statistics http://dx.doi.org/10.1787/9789264279889-en Other comments Search how your country compares: GPS Country profile http://gpseducation.oecd.org/CountryProfile GPS Explore data http://gpseducation.oecd.org/IndicatorExplorer?query=14&indicators=A072*A247*B033*A012*C005*A013*A014*A003*A004*A005*A071*A073*A080*A081*A082*A112*A151*A110*A111*A076*A079*A224*A230*A141*A147*C020*C006*C007*A244*C002*D011*D012… | https://stats.oecd.org/Index.aspx?DataSetCode=EAG_GRAD_ENTR_SHARE | OECD.Stat |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");