Public
Edited
May 2, 2023
1 fork
12 stars
Insert cell
Insert cell
Insert cell
Insert cell
constants = ({
co2: "CO₂",
co2_protein: "kg CO₂ per 100g of protein",
co2_kcal: "kg CO₂ per 1000 kcal",
co2_kg: "kg CO₂ per kg",
land: "Land usage",
land_protein: "Land use per 100g of protein",
land_kcal: "Land use per 1000 kcal",
land_kg: "Land use per kg",
// Eutrophication
eutrophication: "Eutrophication",
eutrophication_protein: "Eutrophication per 100g of protein",
eutrophication_kcal: "Eutrophication per 1000 kcal",
eutrophication_kg: "Eutrophication per kg"
})
Insert cell
food-footprints-2.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
entities = new Set(foodFootprints.map((f) => f.Entity))
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