Loading...
Follow the link to the origin of the table

click : here to select part of table


Post this (httpRequest) to include table in your program:

Url:
http://bank.stat.gl/api/v1/en/Greenland/UD/UD99/UD9930/UDXGYMD.px
Query:


Example in R, copy/paste code and edit pxpath :

library(httpRequest)
library(rjstat)
library(pxR)
host <- "bank.stat.gl"
path <- "http:/api/v1/en/Greenland/UD/UD99/UD9930/UDXGYMD.px"
data <- '

'
d1 <- simplePostToHost(host, path, data, contenttype="text/px")
k1 <- sub("[^§]*§", "", sub("\r\n\r\n", "§", d1))
sink('c:/pxpath/file.px')
cat(k1)
sink()
my.px.object <- read.px("c:/pxpath/file.px")
helloWorld <- as.data.frame( my.px.object )
Chart Comming soon?

MaybeBaby
en-GL
http://bank.stat.gl/api/v1/en/Greenland/UD/UD99/UD9930/UDXGYMD.px
Number of completed upper secondary level exams 2003-2013 by sector, gender, school, age and time
{"dataset":{"dimension":{"age":{"label":"age","category":{"index":{"0":0,"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7},"label":{"0":"->18","1":"19","2":"20","3":"21","4":"22","5":"23","6":"24","7":"25->"}},"extension":{"show":"value"}},"time":{"label":"time","category":{"index":{"0":0,"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7,"8":8,"9":9,"10":10},"label":{"0":"2003","1":"2004","2":"2005","3":"2006","4":"2007","5":"2008","6":"2009","7":"2010","8":"2011","9":"2012","10":"2013"}},"extension":{"show":"value"}},"id":["age","time"],"size":[8,11],"role":{}},"label":"Number of completed upper secondary level exams 2003-2013 by age and time","source":"Statistics Greenland","updated":"2014-06-03T11:00:00Z","value":[1,8,2,5,8,6,8,14,24,27,33,19,33,26,23,29,32,45,42,53,78,78,58,38,51,52,63,68,70,64,70,81,81,42,33,34,53,43,39,33,58,52,54,48,22,20,15,24,25,15,10,25,25,23,36,4,8,7,10,11,16,12,12,19,13,17,3,4,3,4,8,7,9,6,16,14,12,9,9,8,12,12,23,17,15,16,24,29],"extension":{"px":{"decimals":0}}}}

Data Preview

http://bank.stat.gl/api/v1/en/Greenland/UD/UD99/UD9930/UDXGYMD.px