Unlisted
Edited
Jan 8, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
countries = df
.groupby("countryLabel")
.count()
.orderby(aq.desc("count"))
.dedupe("countryLabel")
.array("countryLabel")
Insert cell
df = aq.fromCSV(await FileAttachment("mostfrequentdomains3.csv").text())
Insert cell
Inputs.table(df)
Insert cell
import { aq, op } from "@uwdata/arquero"
Insert cell
import {qid, property} from "@pac02/hello-sparql-queries-dataset"
Insert cell
import {voronoiTreemap} from "@eesur/voronoi-treemap"
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

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