Public
Edited
Nov 28, 2023
Insert cell
Insert cell
Insert cell
Insert cell
caged_dados.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
caged_dicionario.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
caged_dados
SELECT AVG(salario_mensal), Median(salario_mensal), Max(salario_mensal) FROM caged_dados
Insert cell
Plot.plot({
marks: [
Plot.boxX(caged_dados, { x: "salario_mensal", y: "sexo", sort: { y: "x" } })
]
})
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