Public
Edited
Nov 23, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
pizzaOrders@2.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
"name: " + pizzaordersWithSizes[0].name + ", size: " + pizzaordersWithSizes[0].size
Insert cell
function mapNumbertoDay(dayNumber) {
const days = ["Sun", "Mon", "Tues", "Wed", "Thurs", "Fri", "Sat"];
return days[dayNumber] || "";
}
Insert cell
Insert cell
Insert cell
pizzaordersWithSizes
X
category
Y
sum
total
Color
category
Size
Facet X
state
Facet Y
Mark
bar
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
pizzaordersWithSizes
X
orderDate
Y
median
orders
Color
category
Size
Facet X
Facet Y
Mark
line
Type Chart, then Shift-Enter. Ctrl-space for more options.

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