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/BE/BE01/BE0140/BEXSTM5.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/BE/BE01/BE0140/BEXSTM5.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/BE/BE01/BE0140/BEXSTM5.PX
Marital Status by July 1st by marital status, age, residence, place of birth, gender and time
{"dataset":{"dimension":{"gender":{"label":"gender","category":{"index":{"T":0,"M":1,"K":2},"label":{"T":"Total","M":"Men","K":"Women"}},"extension":{"show":"value"}},"time":{"label":"time","category":{"index":{"2011":0,"2012":1,"2013":2,"2014":3,"2015":4,"2016":5,"2017":6,"2018":7,"2019":8,"2020":9,"2021":10,"2022":11,"2023":12},"label":{"2011":"2011","2012":"2012","2013":"2013","2014":"2014","2015":"2015","2016":"2016","2017":"2017","2018":"2018","2019":"2019","2020":"2020","2021":"2021","2022":"2022","2023":"2023"}},"extension":{"show":"value"}},"id":["gender","time"],"size":[3,13],"role":{"time":["time"]}},"label":"Marital Status by July 1st by gender and time","source":"Statistics Greenland","updated":"2023-08-07T11:00:00Z","value":[113780,113620,112966,112590,112228,112372,112344,112046,112450,112609,113199,113239,113627,60256,60210,59734,59484,59268,59402,59304,59072,59308,59367,59656,59710,59961,53524,53410,53232,53106,52960,52970,53040,52974,53142,53242,53543,53529,53666],"extension":{"px":{"decimals":0}}}}

Data Preview

http://bank.stat.gl/api/v1/en/Greenland/BE/BE01/BE0140/BEXSTM5.PX