Public
Edited
Jan 18, 2023
Insert cell
Insert cell
dt.groupby("1").count().view()
Insert cell
dt.groupby("2").count().view()
Insert cell
dt.view({ height: 300 })
Insert cell
dt = await aq.fromCSV(await FileAttachment("image_paths.csv").text())
Insert cell
import { aq, op } from "@uwdata/arquero"
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