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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more