Public
Edited
May 7
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
2010-2022 all meats argentina .csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
2022 bovine meat consumption all countries.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
sh_ipc_04_251 = FileAttachment("sh_ipc_04_25 (1).xls")
Insert cell
FAOSTAT_data_en_5-4-2025.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
import {plot} from "@observablehq/plot"

Insert cell
Insert cell
Plot.plot({
x: { label: "Year", tickFormat: d => d.toString() },
y: { label: "Proportion of Meat Type in Total Consumption (%)", domain: [0, 80] },
marks: [
Plot.line(meatData, { x: "year", y: "beef", stroke: "green", strokeWidth: 2 }),
Plot.line(meatData, { x: "year", y: "poultry_pork", stroke: "orange", strokeWidth: 2 })
],
width: 800,
height: 500
})


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