Public
Edited
Jun 5, 2024
3 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data = data_raw.filter(d => d.price > 0 & d.price < 1000)
.sort((a,b) => b.price - a.price)
.map(d => d.price)
Insert cell
Insert cell
Insert cell
data2 = data_raw.filter(d => d.number_of_reviews > 0)
.sort((a,b) => b.number_of_reviews - a.number_of_reviews)
.map(d => d.number_of_reviews)
Insert cell
Insert cell
Insert cell
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