variables
Data license: CC-BY
5 rows where datasetId = 6081 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: updatedAt, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
738042 | Robots will never be able to develop higher levels of intelligence than humans | % | 2023-07-20 09:38:33 | 2024-02-02 04:03:46 | Robot intelligence survey (YouGov, June 2023) 6081 | YouGov 29988 | % | { "name": "Robots will never surpass human intelligence", "unit": "%", "zeroDay": "2021-01-01", "shortUnit": "%", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | robots_will_never_be_able_to_develop_higher_levels_of_intelligence_than_humans | grapher/artificial_intelligence/2023-06-08/yougov_robots/yougov_robots#robots_will_never_be_able_to_develop_higher_levels_of_intelligence_than_humans | 1 | [] |
|||||||||||||||||||||||
738041 | Robots will be able to develop higher levels of intelligence than humans in the future | % | 2023-07-20 09:38:33 | 2024-02-02 04:03:46 | Robot intelligence survey (YouGov, June 2023) 6081 | YouGov 29988 | % | { "name": "Robots will surpass human intelligence in the future", "unit": "%", "zeroDay": "2021-01-01", "shortUnit": "%", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | robots_will_be_able_to_develop_higher_levels_of_intelligence_than_humans_in_the_future | grapher/artificial_intelligence/2023-06-08/yougov_robots/yougov_robots#robots_will_be_able_to_develop_higher_levels_of_intelligence_than_humans_in_the_future | 1 | [] |
|||||||||||||||||||||||
738040 | None of these | % | 2023-07-20 09:38:33 | 2024-02-02 04:03:45 | Robot intelligence survey (YouGov, June 2023) 6081 | YouGov 29988 | % | { "unit": "%", "zeroDay": "2021-01-01", "shortUnit": "%", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | none_of_these | grapher/artificial_intelligence/2023-06-08/yougov_robots/yougov_robots#none_of_these | 1 | [] |
|||||||||||||||||||||||
738039 | Most robots have already developed higher levels of intelligence than humans | % | 2023-07-20 09:38:33 | 2024-02-02 04:03:44 | Robot intelligence survey (YouGov, June 2023) 6081 | YouGov 29988 | % | { "name": "Robots smarter than humans now", "unit": "%", "zeroDay": "2021-01-01", "shortUnit": "%", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | most_robots_have_already_developed_higher_levels_of_intelligence_than_humans | grapher/artificial_intelligence/2023-06-08/yougov_robots/yougov_robots#most_robots_have_already_developed_higher_levels_of_intelligence_than_humans | 1 | [] |
|||||||||||||||||||||||
738038 | Don't know | % | 2023-07-20 09:38:33 | 2024-02-02 04:03:44 | Robot intelligence survey (YouGov, June 2023) 6081 | YouGov 29988 | % | { "unit": "%", "zeroDay": "2021-01-01", "shortUnit": "%", "yearIsDay": true, "numDecimalPlaces": 1 } |
0 | dont_know | grapher/artificial_intelligence/2023-06-08/yougov_robots/yougov_robots#dont_know | 1 | [] |
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");