post_broken_chart_links
Data license: CC-BY
9 rows where postId = 32966
This data as json, CSV (advanced)
Suggested facets: chartSlug, kind
id ▼ | postId | chartSlug | kind |
---|---|---|---|
55 | COVID Deaths 32966 | confirmed-covid-19-deaths-total-vs-daily | prominent-link |
56 | COVID Deaths 32966 | covid-deaths-daily-vs-total-per-million | prominent-link |
57 | COVID Deaths 32966 | total-deaths-covid-19 | embed |
58 | COVID Deaths 32966 | covid-confirmed-deaths-since-5th-death | embed |
59 | COVID Deaths 32966 | daily-covid-deaths-7-day | embed |
60 | COVID Deaths 32966 | covid-confirmed-daily-deaths-epidemiological-trajectory | embed |
61 | COVID Deaths 32966 | confirmed-covid-19-deaths-total-vs-daily | embed |
62 | COVID Deaths 32966 | total-covid-deaths-per-million | embed |
63 | COVID Deaths 32966 | new-covid-deaths-per-million | embed |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_broken_chart_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `chartSlug` TEXT NOT NULL, `kind` TEXT NOT NULL, CONSTRAINT `FK_post_charts_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );