Public
Edited
Nov 4, 2022
1 fork
3 stars
Insert cell
PORD.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
data = FileAttachment("PORD.csv").csv({typed: true})
Insert cell
Plot.plot({
marks: [
Plot.barY(data, {x: "year", y: "commodity_deforestation_risk"})
]
})
Insert cell
dataobservable.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
da = FileAttachment("dataobservable.csv").csv({typed: true})
Insert cell
mills@1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
dataa = FileAttachment("mills@1.csv").csv({typed: true})
Insert cell
Plot.plot({
marks: [
Plot.barY(dataa, {x: "Dist", y: "Mills"})
]
})
Insert cell
treecover.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
dt = FileAttachment("treecover.csv").csv({typed: true})
Insert cell
Plot.plot({
marks: [
Plot.barY(dt, {x: "umd_tree_cover_loss__year", y: "umd_tree_cover_loss__ha"})
]
})
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