Public
Edited
May 16, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
labortable
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof table1 = Inputs.table(empleoPorSectores)
Insert cell
mercadoLaboral = FileAttachment("Mercado laboral@2.xlsx").xlsx()
Insert cell
empleoPorSectores = mercadoLaboral.sheet("Ocu ramas anual Dptos CIIU 4", {
range: "A201:H215",
headers: true
})
Insert cell
Insert cell
Insert cell
empleoPorSectores2 = mercadoLaboral.sheet("Ocu ramas anual Dptos CIIU 4", {
range: "J200:X207",
headers: true
})
Insert cell
Plot.plot({
marks: [
Plot.ruleY([0]),
Plot.line(empleoPorSectores2, {
x: "J",
y: "Total ocupados",
stroke: "pesca"
})
]
})
Insert cell
import { Plot } from "@mkfreeman/plot-tooltip"
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