Public
Edited
Jan 8, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
pizzafecha=pizza.filter(d=>d.order_date >= intervalfechas[0]&&d.order_date <= intervalfechas[1]&&(d.day_of_week==WeekDay||WeekDay=="Any"))

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
Insert cell
import {interval} from "@mootari/range-slider"
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