posts_gdocs_links
Data license: CC-BY
5 rows where sourceId = "1xK2lZ4tIq9rdwyjD7F4WB9kmhiyK5l1qsH1GjoSN1UI"
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, text, queryString
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
1857252 | Why do COVID-19 deaths in Sweden's official data always appear to decrease? 1xK2lZ4tIq9rdwyjD7F4WB9kmhiyK5l1qsH1GjoSN1UI | https://www.folkhalsomyndigheten.se/smittskydd-beredskap/utbrott/aktuella-utbrott/covid-19/statistik-och-analyser/bekraftade-fall-i-sverige/ | url | span-link | Folkhälsomyndigheten | ||
1857253 | Why do COVID-19 deaths in Sweden's official data always appear to decrease? 1xK2lZ4tIq9rdwyjD7F4WB9kmhiyK5l1qsH1GjoSN1UI | sweden-official-covid-deaths | grapher | chart | ?tab=chart&stackMode=absolute&time=earliest..latest®ion=World | ||
1857254 | Why do COVID-19 deaths in Sweden's official data always appear to decrease? 1xK2lZ4tIq9rdwyjD7F4WB9kmhiyK5l1qsH1GjoSN1UI | daily-new-confirmed-covid-19-deaths-in-sweden-oct-2020 | grapher | chart | ?tab=chart&stackMode=absolute&country=Data%20on%20Nov.%209~Data%20on%20Oct.%2030®ion=World | ||
1857255 | Why do COVID-19 deaths in Sweden's official data always appear to decrease? 1xK2lZ4tIq9rdwyjD7F4WB9kmhiyK5l1qsH1GjoSN1UI | https://github.com/CSSEGISandData/COVID-19/ | url | span-link | the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University | ||
1857256 | Why do COVID-19 deaths in Sweden's official data always appear to decrease? 1xK2lZ4tIq9rdwyjD7F4WB9kmhiyK5l1qsH1GjoSN1UI | coronavirus-data-explorer | explorer | chart | ?zoomToSelection=true&time=latest&country=~SWE&pickerSort=desc&pickerMetric=total_cases&hideControls=true&Metric=Excess+mortality+%28estimates%29&Interval=Cumulative&Relative+to+Population=true&Color+by+test+positivity=false |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" VARCHAR(255) NULL , "target" TEXT NOT NULL , "linkType" TEXT NULL , "componentType" VARCHAR(255) NOT NULL , "text" VARCHAR(255) NOT NULL , "queryString" VARCHAR(2047) NOT NULL , "hash" VARCHAR(2047) NOT NULL, FOREIGN KEY("sourceId") REFERENCES "posts_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "sourceId" ON "posts_gdocs_links" ("sourceId");