posts_links
Data license: CC-BY
13 rows where sourceId = 39876
This data as json, CSV (advanced)
Suggested facets: linkType, componentType, queryString, hash
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
22522 | COVID Deaths Streamlined 39876 | https://ourworldindata.org/covid-deaths#deaths-from-covid-19-background | url | href | #deaths-from-covid-19-background | ||
22523 | COVID Deaths Streamlined 39876 | total-confirmed-deaths-due-to-covid-19-vs-population | grapher | href | |||
22524 | COVID Deaths Streamlined 39876 | projected-population-by-country | grapher | href | ?tab=chart&stackMode=absolute&time=1800..2020&country=ISL~USA&region=World | ||
22525 | COVID Deaths Streamlined 39876 | coronavirus-data-explorer | explorer | src | ?zoomToSelection=true&time=2020-03-01..latest&pickerSort=desc&pickerMetric=total_deaths&hideControls=true&Metric=Confirmed+deaths&Interval=7-day+rolling+average&Relative+to+Population=false&Align+outbreaks=false&country=IND~USA~GBR~CAN~DEU~FRA | ||
22526 | COVID Deaths Streamlined 39876 | https://ourworldindata.org/coronavirus-data-explorer?tab=map&zoomToSelection=true&country=IND~USA~GBR~CAN~DEU~FRA&region=World&deathsMetric=true&interval=smoothed&hideControls=true&perCapita=true&smoothing=7&pickerMetric=total_cases&pickerSort=desc | url | src | ?tab=map&zoomToSelection=true&country=IND~USA~GBR~CAN~DEU~FRA&region=World&deathsMetric=true&interval=smoothed&hideControls=true&perCapita=true&smoothing=7&pickerMetric=total_cases&pickerSort=desc | ||
22527 | COVID Deaths Streamlined 39876 | https://ourworldindata.org/coronavirus-data-explorer?zoomToSelection=true&time=2020-03-01..latest&country=IND~USA~GBR~CAN~DEU~FRA&region=World&deathsMetric=true&interval=total&hideControls=true&smoothing=0&pickerMetric=total_cases&pickerSort=desc | url | src | ?zoomToSelection=true&time=2020-03-01..latest&country=IND~USA~GBR~CAN~DEU~FRA&region=World&deathsMetric=true&interval=total&hideControls=true&smoothing=0&pickerMetric=total_cases&pickerSort=desc | ||
22528 | COVID Deaths Streamlined 39876 | https://ourworldindata.org/coronavirus-data-explorer?tab=map&zoomToSelection=true&country=IND~USA~GBR~CAN~DEU~FRA&region=World&deathsMetric=true&interval=total&hideControls=true&perCapita=true&smoothing=0&pickerMetric=total_cases&pickerSort=desc | url | src | ?tab=map&zoomToSelection=true&country=IND~USA~GBR~CAN~DEU~FRA&region=World&deathsMetric=true&interval=total&hideControls=true&perCapita=true&smoothing=0&pickerMetric=total_cases&pickerSort=desc | ||
22529 | COVID Deaths Streamlined 39876 | weekly-covid-deaths-per-million-people | grapher | src | |||
22530 | COVID Deaths Streamlined 39876 | biweekly-covid-deaths-per-million-people | grapher | src | |||
22531 | COVID Deaths Streamlined 39876 | weekly-growth-covid-deaths | grapher | src | |||
22532 | COVID Deaths Streamlined 39876 | biweekly-change-covid-deaths | grapher | src | |||
22533 | COVID Deaths Streamlined 39876 | daily-covid-deaths-region | grapher | prominent-link | |||
22534 | COVID Deaths Streamlined 39876 | total-covid-deaths-region | 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 );