Published
Edited
Mar 24, 2021
10 stars
Insert cell
Insert cell
Insert cell
Insert cell
entryData = dt
.groupby(['kingdom', 'phylum', 'class'])
.objects({grouped: 'map'})
Insert cell
Insert cell
tree = d3.hierarchy(entryData.get('Bacteria'))
Insert cell
Insert cell
Insert cell
graph(tree, {label: d => d.data[0] || d.data.order || "Bacteria"})
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