sources
Data license: CC-BY
1 row where datasetId = 2622 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 |
---|---|---|---|---|---|---|---|---|
14843 | OECD - Education and Training - Share of international or foreign students enrolled by field of education | { "link": "https://stats.oecd.org/Index.aspx?DataSetCode=EAG_ENRL_MOBILES_FIELDS", "retrievedDate": "16-March-18", "additionalInfo": "Abstract\nThis indicator shows the percentage of international students in each field of education.\nData source(s) used\nEducation at a Glance 2017\nEducation_at_a_Glance\nhttp://www.oecd.org/edu/eag.htm\nUnit of measure used\nPercentage\nPeriodicity\nYearly\nDate last updated\n12-09-2017\nContact person\nManon COSTINOT ([email protected]).Giovanni SEMERARO ([email protected])\nOther data characteristics\nSchool academic year\nClassification(s) used\nIndicators are computed on various levels of education. These levels refer to the International standard Classification of Educaiton (ISCED) 2011.\nQuality comments\nYou will find more information on the OECD Education GPS.\nGPS_EDUCATION\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\nOther comments\nWant to know how your country compares with others in education opportunities and outcomes?Search our country profiles and customise your comparisons with the countries of your choice.\nCountry_profile\nhttp://gpseducation.oecd.org/CountryProfile\n", "dataPublishedBy": "OECD.Stat", "dataPublisherSource": null } |
2018-03-16 17:18:32 | 2018-03-16 17:18:32 | Education and Training - Share of international or foreign students enrolled by field of education 2622 | Abstract This indicator shows the percentage of international students in each field of education. Data source(s) used Education at a Glance 2017 Education_at_a_Glance http://www.oecd.org/edu/eag.htm Unit of measure used Percentage Periodicity Yearly Date last updated 12-09-2017 Contact person Manon COSTINOT ([email protected]).Giovanni SEMERARO ([email protected]) Other data characteristics School academic year Classification(s) used Indicators are computed on various levels of education. These levels refer to the International standard Classification of Educaiton (ISCED) 2011. Quality comments You will find more information on the OECD Education GPS. GPS_EDUCATION 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*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 Other comments Want to know how your country compares with others in education opportunities and outcomes?Search our country profiles and customise your comparisons with the countries of your choice. Country_profile http://gpseducation.oecd.org/CountryProfile | https://stats.oecd.org/Index.aspx?DataSetCode=EAG_ENRL_MOBILES_FIELDS | 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");