Public
Edited
Sep 28, 2023
Insert cell
Insert cell
mls_mission = FileAttachment("df_bind_mission.csv").csv({typed: true})
Insert cell
Plot.plot({
inset: 8,
grid: true,
color: {
legend: false,
},
marks: [
Plot.barY(mls_mission, {x: "Type", y: "DOM"})
]
})
Insert cell
| name | quantity |
| ------ | -------- |
| apples | 12 |
| pears | 34 |
Insert cell
Plot.plot({
marks: [
Plot.linearRegressionY(mls_mission, {x: "Sold Date", y: "Sold Price"})
]
})
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