posts_links
Data license: CC-BY
12 rows where sourceId = 31762
This data as json, CSV (advanced)
Suggested facets: target, linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
21218 | What can testing data tell us? 31762 | https://ourworldindata.org/covid-testing#source-information-country-by-country | url | href | #source-information-country-by-country | ||
21219 | What can testing data tell us? 31762 | https://github.com/owid/covid-19-data/tree/master/public/data/ | url | href | |||
21220 | What can testing data tell us? 31762 | number-of-covid-19-tests-per-confirmed-case | grapher | href | ?time=17..&country=AUS+ECU+DEU+IDN+ITA+JPN+NZL+PHL+TWN+GBR+USA+VNM | ||
21221 | What can testing data tell us? 31762 | coronavirus-data-explorer | explorer | href | ?zoomToSelection=true&facet=none&pickerSort=asc&pickerMetric=location&hideControls=true&Metric=Confirmed+cases&Interval=Cumulative&Relative+to+Population=true&Color+by+test+positivity=true&country=TWN~GBR | ||
21222 | What can testing data tell us? 31762 | https://ourworldindata.org/covid-testing | url | href | |||
21223 | What can testing data tell us? 31762 | covid-19-tests-cases-scatter-with-comparisons | grapher | href | ?time=1..81&country=TWN+GBR | ||
21224 | What can testing data tell us? 31762 | https://cmmid.github.io/topics/covid19/severity/global_cfr_estimates.html | url | href | |||
21225 | What can testing data tell us? 31762 | https://ourworldindata.org/coronavirus#what-do-we-know-about-the-risk-of-dying-from-covid-19 | url | href | #what-do-we-know-about-the-risk-of-dying-from-covid-19 | ||
21226 | What can testing data tell us? 31762 | coronavirus-data-explorer | explorer | href | ?hideControls=true&Metric=Confirmed+cases&Interval=Cumulative&Relative+to+Population=false&Color+by+test+positivity=true&country=AUS~TWN~GBR | ||
21227 | What can testing data tell us? 31762 | full-list-cumulative-total-tests-per-thousand-bar-chart | grapher | src | |||
21228 | What can testing data tell us? 31762 | number-of-covid-19-tests-per-confirmed-case-bar-chart | grapher | src | |||
21229 | What can testing data tell us? 31762 | covid-19-tests-cases-scatter-with-comparisons | grapher | src | ?country=AUS+TWN+GBR |
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 );