Public
Edited
Jan 12, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {interval} from '@mootari/range-slider'
Insert cell
pizza = daily_orders_product.map( d => {
const parts = d.name.split(' Pizza ');
const pizza_name = parts[0];
const size = parts[1];
return {pizza_name, size, ...d}
})
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