Public
Edited
Apr 6, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
products
X
count
Launch
Y
Name
Color
Category
Size
Facet X
SKU
Facet Y
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
weather
X
temp_max
Y
Color
Size
Facet X
Facet Y
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
penguins.csv
X
body_mass_g
Y
flipper_length_mm
Color
species
Size
Facet X
island
Facet Y
Mark
dot
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
weather_data
X
date
Y
temp_max
Color
location
Size
Facet X
Facet Y
Mark
line
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
world_bank_data.csv
X
year
Y
sum
co2
Color
region
Size
Facet X
Facet Y
Mark
bar
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
weather_data
X*
Y*
Color
Size
Facet X
Facet Y
Mark
Auto
Type Chart, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
orders
X
orderDate
Y
sum
revenue
Color
day_of_week
Size
Facet X
Facet Y
Mark
bar
Type Chart, then Shift-Enter. Ctrl-space for more options.

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
Insert cell
import {getIcon} from '@observablehq/product-education-icon-helpers'
Insert cell
import {ordersByDay as orders, pizzeriaDB } from '@observablehq/pizza-paradise-data'
Insert cell
pizzeriaDB
SELECT * FROM products
Insert cell
Insert cell
weather = FileAttachment("weather_data.csv").csv({typed: true})
Insert cell
parser = d3.utcParse("%m/%d/%y")
Insert cell
weather_data = weather.map(d => ({...d, date: parser(d.date)}))
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