VegaLite({
data: {values: Airbnb},
mark: "bar",
encoding: {
x: {field: "neighbourhood", type: "nominal"},
y: {field: "price", aggregate: "mean", type: "quantitative"},
color: {field: "room_type", type: "nominal"},
order: {field: "room_type", type: "nominal"},
}
})