Published
Edited
Oct 19, 2019
1 fork
Insert cell
Insert cell
Insert cell
Insert cell
import {Airbnb as Airbnb} from '@nussyr3/airbnb-data'
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
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
md` ## I am not sure about this one! `
Insert cell
VegaLite({
data: {values: Airbnb},
width: 500,
height: 400,
mark: "bar",
encoding: {
x:{field: "reviews_per_month", aggregate: "count", type: "quantitative"},
y:{field: "room_type", type: "nominal"},
color: {field: "reviews_per_month", type: "quantitative"},
}
})
Insert cell
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