Public
Edited
Mar 10, 2023
Insert cell
Insert cell
Insert cell
eventData = eventDataZip.zip()
Insert cell
eventNameFromFilename = (filename) => filename.split('/')[1].split('/')[0]
Insert cell
events = [...new Set(eventData.filenames.map(eventNameFromFilename))]
Insert cell
eventDataByEventName = {
let output = {}
for (const filename of eventData.filenames) {
const eventName = eventNameFromFilename(filename)
const eventData = await filename.json()
}
}
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