Published
Edited
Nov 19, 2021
Insert cell
Insert cell
viewof printers = aq
.from(printerfile)
.view()
Insert cell
viewof printersviaf = printers
.filter(d => d.parsed_year < 1550 && d["URL FOR name #2"] !== "")
.view()
Insert cell
viewof printerskeyword = printersviaf.
join(keyword).
view()
Insert cell
viewof printerscounted = printerskeyword
.groupby("URL FOR name #2", "keyword")
.count()
.orderby(aq.desc('URL FOR name #2','count'))
.filter(d => d.keyword !=="")
.view()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof keyword = aq
.from(generalkeyword)
.view()
Insert cell
Insert cell
Insert cell
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