Public
Edited
Apr 22
Insert cell
Insert cell
Insert cell
iris_base = d3.csvParse(await FileAttachment("iris.csv").text())
Insert cell
import {select} from "@jashkenas/inputs"
Insert cell
iris = iris_base.map(d => ({
longitud_sepalo: +d.Sepal_Length,
Sepal_Width: +d.Sepal_Width,
longitud_petalo: +d.Petal_Length,
Petal_Width: +d.Petal_Width,
especie: d.Species,
area_petalo: (+d.Petal_Length * +d.Petal_Width)/2
}))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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