chart_tags
Data license: CC-BY
7 rows where tagId = 139
This data as json, CSV (advanced)
Suggested facets: keyChartLevel, createdAt (date), updatedAt (date)
Link | chartId | tagId | keyChartLevel | createdAt | updatedAt | isApproved |
---|---|---|---|---|---|---|
444,139 | GDP price levels relative to the US 444 | Prices 139 | 2 | 2023-10-16 06:59:34 | 1 | |
450,139 | Price level relative to the US vs. GDP per capita 450 | Prices 139 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
998,139 | Real commodity price index, metals 998 | Prices 139 | 2 | 2023-12-06 15:17:09 | 1 | |
1392,139 | Price per kilogram of gold 1392 | Prices 139 | 2 | 2023-12-06 15:30:00 | 1 | |
2679,139 | Consumption shares in selected non-essential products 2679 | Prices 139 | 0 | 2023-10-12 09:04:54 | 1 | |
2682,139 | Consumption shares in non-essential products 2682 | Prices 139 | 0 | 2023-10-12 09:04:57 | 1 | |
5384,139 | Inflation of consumer prices 5384 | Prices 139 | 2 | 2023-03-13 14:08:59 | 2023-09-15 15:36:12 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "chart_tags" ( "chartId" INTEGER NOT NULL , "tagId" INTEGER NOT NULL , "keyChartLevel" TINYINT NOT NULL DEFAULT '0' , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "isApproved" TINYINT NOT NULL DEFAULT '0' , PRIMARY KEY ("chartId", "tagId"), FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY("tagId") REFERENCES "tags" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "FK_chart_tags_tagId" ON "chart_tags" ("tagId");