variables
Data license: CC-BY
4 rows where sourceId = 29470 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: unit, shortUnit, display, createdAt (date), updatedAt (date)
id ▲ | name | unit | description | createdAt | updatedAt | code | coverage | timespan | datasetId | sourceId | shortUnit | display | columnOrder | originalMetadata | grapherConfigAdmin | shortName | catalogPath | dimensions | schemaVersion | processingLevel | processingLog | titlePublic | titleVariant | attributionShort | attribution | descriptionShort | descriptionFromProducer | descriptionKey | descriptionProcessing | licenses | license | grapherConfigETL | type | sort | dataChecksum | metadataChecksum |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
802765 | 2.2.2 - Children moderately or severely overweight (thousands) - SN_STA_OVWGTN | thousands | Children moderately or severely overweight (thousands) Further information available at: https://unstats.un.org/sdgs/metadata/files/Metadata-02-02-02a.pdf and https://unstats.un.org/sdgs/metadata/files/Metadata-02-02-02b.pdf | 2023-08-17 17:15:26 | 2024-07-08 16:17:00 | 2000-2022 | United Nations Sustainable Development Goals (2023-Q2) 6193 | World Health Organization, UNICEF and the World Bank 29470 | { "unit": "thousands" } |
0 | _2_2_2__sn_sta_ovwgtn | grapher/un/2023-08-16/un_sdg/_2_2_2__sn_sta_ovwgtn#_2_2_2__sn_sta_ovwgtn | 1 | [] |
float | [] |
2460ab6cc9dbb68861a3aa5aceb99208 | 71dd540828b8af4e0636a98333f5e1d5 | ||||||||||||||||||
802764 | 2.2.2 - Proportion of children moderately or severely overweight (%) - SN_STA_OVWGT | % of children aged 0-59 months | Proportion of children moderately or severely overweight (%) Further information available at: https://unstats.un.org/sdgs/metadata/files/Metadata-02-02-02a.pdf and https://unstats.un.org/sdgs/metadata/files/Metadata-02-02-02b.pdf | 2023-08-17 17:15:25 | 2024-07-08 16:17:00 | 2000-2022 | United Nations Sustainable Development Goals (2023-Q2) 6193 | World Health Organization, UNICEF and the World Bank 29470 | % | { "unit": "% of children aged 0-59 months", "shortUnit": "%" } |
0 | _2_2_2__sn_sta_ovwgt | grapher/un/2023-08-16/un_sdg/_2_2_2__sn_sta_ovwgt#_2_2_2__sn_sta_ovwgt | 1 | [] |
float | [] |
e2a3962442c0f9f96769d8864776167e | 15f55af14e19f29f195146b0fb362cb3 | |||||||||||||||||
802761 | 2.2.1 - Children moderately or severely stunted (thousands) - SH_STA_STNTN | thousands | Children moderately or severely stunted (thousands) Further information available at: https://unstats.un.org/sdgs/metadata/files/Metadata-02-02-01.pdf | 2023-08-17 17:15:24 | 2024-07-08 16:17:00 | 2000-2022 | United Nations Sustainable Development Goals (2023-Q2) 6193 | World Health Organization, UNICEF and the World Bank 29470 | { "unit": "thousands" } |
0 | _2_2_1__sh_sta_stntn | grapher/un/2023-08-16/un_sdg/_2_2_1__sh_sta_stntn#_2_2_1__sh_sta_stntn | 1 | [] |
float | [] |
228744ebe13f873064494405738f4dcd | fa26e844d1b769057dd6fc70c6949938 | ||||||||||||||||||
802760 | 2.2.1 - Proportion of children moderately or severely stunted (%) - SH_STA_STNT | % of children aged 0-59 months | Proportion of children moderately or severely stunted (%) Further information available at: https://unstats.un.org/sdgs/metadata/files/Metadata-02-02-01.pdf | 2023-08-17 17:15:23 | 2024-07-08 16:17:00 | 2000-2022 | United Nations Sustainable Development Goals (2023-Q2) 6193 | World Health Organization, UNICEF and the World Bank 29470 | % | { "unit": "% of children aged 0-59 months", "shortUnit": "%" } |
0 | _2_2_1__sh_sta_stnt | grapher/un/2023-08-16/un_sdg/_2_2_1__sh_sta_stnt#_2_2_1__sh_sta_stnt | 1 | [] |
float | [] |
5518efa037b63b595862f4f4efe008e1 | 6405bbae52d9cd713563c21212df6c8d |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "variables" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(750) NULL , "unit" VARCHAR(255) NOT NULL , "description" TEXT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "code" VARCHAR(255) NULL , "coverage" VARCHAR(255) NOT NULL , "timespan" VARCHAR(255) NOT NULL , "datasetId" INTEGER NOT NULL , "sourceId" INTEGER NULL , "shortUnit" VARCHAR(255) NULL , "display" TEXT NOT NULL , "columnOrder" INTEGER NOT NULL DEFAULT '0' , "originalMetadata" TEXT NULL , "grapherConfigAdmin" TEXT NULL , "shortName" VARCHAR(255) NULL , "catalogPath" VARCHAR(767) NULL , "dimensions" TEXT NULL , "schemaVersion" INTEGER NOT NULL DEFAULT '1' , "processingLevel" VARCHAR(30) NULL , "processingLog" TEXT NULL , "titlePublic" VARCHAR(512) NULL , "titleVariant" VARCHAR(255) NULL , "attributionShort" VARCHAR(512) NULL , "attribution" TEXT NULL , "descriptionShort" TEXT NULL , "descriptionFromProducer" TEXT NULL , "descriptionKey" TEXT NULL , "descriptionProcessing" TEXT NULL , "licenses" TEXT NULL , "license" TEXT NULL , "grapherConfigETL" TEXT NULL , "type" TEXT NULL , "sort" TEXT NULL , "dataChecksum" VARCHAR(64) NULL , "metadataChecksum" VARCHAR(64) NULL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT, FOREIGN KEY("sourceId") REFERENCES "sources" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE UNIQUE INDEX "idx_catalogPath" ON "variables" ("catalogPath"); CREATE UNIQUE INDEX "unique_short_name_per_dataset" ON "variables" ("shortName", "datasetId"); CREATE UNIQUE INDEX "variables_code_fk_dst_id_7bde8c2a_uniq" ON "variables" ("code", "datasetId"); CREATE INDEX "variables_datasetId_50a98bfd_fk_datasets_id" ON "variables" ("datasetId"); CREATE UNIQUE INDEX "variables_name_fk_dst_id_f7453c33_uniq" ON "variables" ("name", "datasetId"); CREATE INDEX "variables_sourceId_31fce80a_fk_sources_id" ON "variables" ("sourceId");