Public
Edited
Oct 20, 2022
1 fork
Insert cell
# DS3 intro
Insert cell
Insert cell
bandcampOneday = FileAttachment("bandcamp-oneday.csv").csv()
Insert cell
data= bandcampOneday;

Insert cell
Insert cell
Inputs.table(data)
Insert cell
Insert cell
itmpr=data.map(d => d.item_price)
Insert cell
Insert cell
d3.sum(data, d => d.item_price)
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