Public
Edited
Feb 28, 2023
Insert cell
Insert cell
data = FileAttachment("9 Melia Close, POTTSVILLE--BASE-02--+R0.5 below kitchen slab.hero - free-run results--temps.csv").csv({typed: true})

Insert cell
Insert cell
Inputs.table(search, {
format: {
Year: d3.format("d") // format as "1960" rather than "1,960"
}
})
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.areaY(data, {x: "Date", y: "Close", fill: "#ccc"}),
Plot.line(data, {x: "Date", y: "Close"}),
Plot.ruleY([0])
]
})
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