posts_links
Data license: CC-BY
5 rows where sourceId = 39145
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
8605 | COVID-19: Stringency Index 39145 | http://www.ourworldindata.org/covid-stringency-index#learn-more-about-the-data-source-the-oxford-coronavirus-government-response-tracker | url | href | #learn-more-about-the-data-source-the-oxford-coronavirus-government-response-tracker | ||
8606 | COVID-19: Stringency Index 39145 | https://doi.org/10.1038/s41562-021-01079-8 | url | href | |||
8607 | COVID-19: Stringency Index 39145 | https://github.com/OxCGRT/covid-policy-tracker/blob/master/documentation/index_methodology.md | url | href | |||
8608 | COVID-19: Stringency Index 39145 | coronavirus-data-explorer | explorer | src | ?uniformYAxis=0&Metric=Stringency+index&Interval=7-day+rolling+average&Relative+to+Population=true&Color+by+test+positivity=false&country=USA~ITA~CAN~DEU~GBR~FRA&hideControls=true | ||
8609 | COVID-19: Stringency Index 39145 | covid-containment-and-health-index | grapher | src |
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 );