Public
Edited
Nov 15, 2023
Insert cell
Insert cell
Insert cell
data2 = FileAttachment("top_10k@1.csv").tsv()

Insert cell
data3 = FileAttachment("top_100k.csv").tsv()

Insert cell
Plot.rectY(data, Plot.binX({y: "count"}, {x: "rank", fill: "#007282",thresholds: 20})).plot()
Insert cell
Plot.rectY(data2, Plot.binX({y: "count"}, {x: "rank", fill: "steelblue",thresholds: 20})).plot()
Insert cell
Plot.rectY(data3, Plot.binX({y: "count"}, {x: "rank", fill: "steelblue",thresholds: 10})).plot()
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