chart_dimensions
Data license: CC-BY
6 rows where variableId = 929758
This data as json, CSV (advanced)
Suggested facets: order, createdAt (date)
id ▼ | order | property | chartId | variableId | createdAt | updatedAt |
---|---|---|---|---|---|---|
252293 | 5 | y | Cancer death rate by age group 1717 | Age-standardized deaths from neoplasms per 100,000 people 929758 | 2024-06-05 07:27:57 | |
252339 | 0 | y | Death rate from cancer 1714 | Age-standardized deaths from neoplasms per 100,000 people 929758 | 2024-06-05 07:31:54 | |
253169 | 0 | y | Age-standardized death rate from cancer 6477 | Age-standardized deaths from neoplasms per 100,000 people 929758 | 2024-06-05 10:35:22 | |
253368 | 0 | y | Three measures of cancer mortality 2281 | Age-standardized deaths from neoplasms per 100,000 people 929758 | 2024-06-05 10:44:47 | |
260928 | 0 | y | Death rate from cancers vs. income inequality 2233 | Age-standardized deaths from neoplasms per 100,000 people 929758 | 2024-07-17 09:52:14 | |
260932 | 0 | y | Death rate from cancers vs. GDP per capita 2235 | Age-standardized deaths from neoplasms per 100,000 people 929758 | 2024-07-17 09:52:15 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "chart_dimensions" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "order" INTEGER NOT NULL , "property" VARCHAR(255) NOT NULL , "chartId" INTEGER NOT NULL , "variableId" INTEGER NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL, FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT, FOREIGN KEY("variableId") REFERENCES "variables" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "chart_dimensions_chartId_78d6a092_fk_charts_id" ON "chart_dimensions" ("chartId"); CREATE INDEX "chart_dimensions_variableId_9ba778e6_fk_variables_id" ON "chart_dimensions" ("variableId");