Published
Edited
Feb 10, 2020
Insert cell
md`# Filtering Tutorial `
Insert cell
data = [{x:1,y:4},{x:5,y:1},{x:3,y:8},{x:8,y:4},{x:9,y:10}]
Insert cell
data.filter(d => d.x <= 5 && d.y <= 5)
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