Public
Edited
May 18, 2023
Insert cell
Insert cell
Select a data source…
Type SQL, then Shift-Enter. Ctrl-space for more options.

Insert cell
Select a data source…
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
marks: [
Plot.density(cars, { x: "power (hp)", y: "economy (mpg)" })
]
})
Insert cell
compras = FileAttachment("Compras.csv").csv()
Insert cell
compras
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
compras2 = compras.replace(';',',');
Insert cell
barcos_ref = FileAttachment("barcos_ref.csv").csv()
Insert cell
barcos_ref
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
npm install calculate-correlation
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