Published
Edited
Jun 28, 2021
Importers
Insert cell
# Testing module-level FileAttachments being exported
Insert cell
out = {
let result = await FileAttachment("test.csv").csv();
let s = 0;
result.forEach(d => s += Number(d.value));
return s / result.length;
}
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