Public
Edited
Nov 8, 2022
55 forks
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
meanAveragePrice = d3.rollup(avocado, v => d3.mean(v, d => d['AveragePrice']), d => new Date(d['Date']) )

Insert cell
Insert cell
arrayMeanAveragePrice = [...meanAveragePrice].map(function (item) {
return { date: item[0], valor: item[1] }
}).sort((a, b) => d3.ascending(a.date, b.date));
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
googleplaystore.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
+" ".replace(/[^0-9.]/g, '')
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