Platform
Resources
Pricing
Sign in
Get started
CMU Data Interaction Group
We are a research group at the CMU HCII. Our mission is to empower people to analyze and communicate data with interactive systems.
Workspace
Fork
Public
By
Dominik Moritz
Edited
Nov 11, 2022
8 stars
Insert cell
Insert cell
Insert cell
client2
SELECT style, count()::INT as cnt
FROM beer
GROUP BY style
ORDER BY cnt DESC
LIMIT 10
Insert cell
1
vl
.
markBar
(
)
.
data
(
topBeers
)
.
encode
(
vl
.
y
(
)
.
fieldN
(
"style"
)
.
sort
(
false
)
,
vl
.
x
(
)
.
fieldQ
(
"cnt"
)
)
.
title
(
"10 Most common beer styles"
)
.
render
(
)
Insert cell
Insert cell
Inputs
.
table
(
topBeers
)
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
topBeers
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Cells
client2
File attachments
Databases
Show 1 comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML