Published
Edited
Apr 14, 2020
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
query(`SELECT * FROM questions`)
Insert cell
Insert cell
viewof data = query(
`SELECT how_bad_feel, count(*), count_noise(*) FROM survey WHERE how_bad_feel IS NOT NULL GROUP BY 1;`
)
Insert cell
Insert cell
data
Insert cell
Insert cell
chartData = simpleQuery(
`SELECT how_bad_feel, count(*), count_noise(*) FROM survey WHERE how_bad_feel IS NOT NULL GROUP BY 1;`
)
Insert cell
Insert cell
viewof mapData = query(
`SELECT postal_code, avg(how_anxious) as value, count(*) FROM survey GROUP BY postal_code;`
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
dataSource = 'cov_clear'
Insert cell
import { vl } from "@vega/vega-lite-api"
Insert cell
import { table } from "@gampleman/table"
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