Published
Edited
Oct 23, 2020
Importers
Insert cell
md`# Inspect Data`
Insert cell
Insert cell
Insert cell
md`## the User Guide`
Insert cell
md`### 1. Parsing data from url`
Insert cell
Insert cell
Insert cell
md`### 2. Parsing data from url with specific property`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
md`### 3. Parsing data from internal source and Transform`
Insert cell
Insert cell
ThreeDMatrices = [{x:0,y:1,z:2}, {x:2,y:3,z:4}, {x:5,y:8,z:10}]
Insert cell
theArgument = (
{
"name" :"internal_data",
"values" :ThreeDMatrices,
"transform": [{"type": "formula", "as": "y2", "expr": "datum.y*3"}]
}
)
Insert cell
Insert cell
Insert cell
md`### 4. Generating new data by transforming the main source`
Insert cell
Insert cell
theArrayOfData = ([
{"name" :"mainData",
"values" :ThreeDMatrices},
{"name" :"derivedData",
"source" :"mainData",
"transform":[{"type": "aggregate", "fields": ["y","y"], "ops": ["max","argmax"]}]
}
])
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
md`## libraries & tools`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more