posts_links
Data license: CC-BY
13 rows where sourceId = 32972
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
21281 | COVID Testing 32972 | https://ourworldindata.org/coronavirus-testing#source-information-country-by-country | url | href | #source-information-country-by-country | ||
21282 | COVID Testing 32972 | https://www.bsg.ox.ac.uk/research/research-projects/coronavirus-government-response-tracker | url | href | |||
21283 | COVID Testing 32972 | positive-rate-daily-smoothed | grapher | src | |||
21284 | COVID Testing 32972 | tests-per-confirmed-case-daily-smoothed | grapher | src | |||
21285 | COVID Testing 32972 | covid-19-daily-tests-vs-daily-new-confirmed-cases-per-million | grapher | src | |||
21286 | COVID Testing 32972 | daily-tests-per-thousand-people-smoothed-7-day | grapher | src | |||
21287 | COVID Testing 32972 | full-list-cumulative-total-tests-per-thousand-map | grapher | src | |||
21288 | COVID Testing 32972 | covid-19-testing-policy | grapher | src | |||
21289 | COVID Testing 32972 | covid-contact-tracing | grapher | src | |||
21290 | COVID Testing 32972 | covid-19-daily-tests-vs-daily-new-confirmed-cases | grapher | prominent-link | |||
21291 | COVID Testing 32972 | coronavirus-data-explorer | explorer | prominent-link | ?zoomToSelection=true\u0026time=2020-03-01..latest\u0026facet=none\u0026pickerSort=asc\u0026pickerMetric=location\u0026Metric=Tests\u0026Interval=7-day+rolling+average\u0026Relative+to+Population=false\u0026Color+by+test+positivity=false\u0026country=USA~GBR~CAN~BRA~AUS~IND~DEU~FRA~KOR | ||
21292 | COVID Testing 32972 | https://ourworldindata.org/coronavirus-data-explorer?tab=map\u0026zoomToSelection=true\u0026testsMetric=true\u0026totalFreq=true\u0026smoothing=0\u0026country=USA+GBR+CAN+BRA+AUS+IND+DEU+FRA+KOR | url | prominent-link | ?tab=map\u0026zoomToSelection=true\u0026testsMetric=true\u0026totalFreq=true\u0026smoothing=0\u0026country=USA+GBR+CAN+BRA+AUS+IND+DEU+FRA+KOR | ||
21293 | COVID Testing 32972 | tests-of-covid-19-per-thousand-people-vs-gdp-per-capita | grapher | prominent-link |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" INTEGER NOT NULL , "target" VARCHAR(2047) 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" ("id") ON UPDATE CASCADE ON DELETE CASCADE );