Public
Edited
Jan 3
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
lucius_irms_scatter_wide@1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
data_rev = data_scat.map(d => ({
...d,
aggregatedate: new Date(d.aggregatedate)
}));
Insert cell
data_eprms = data_rev.filter((d) => d.System === "EPRMS")
Insert cell
data_irms = data_rev.filter((d) => d.System === "IRMS")
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