HousePrice_2010=FileAttachment("Monthly house price_london_2010_2020.xlsx").xlsx({typed:true})
newFile=FileAttachment("Monthly house price_london_2010_2020.csv").csv({typed:true})
viewoftable=Inputs.table(dataOne)
Plot.plot({
marks:[
Plot.lineY(dataOne,{x:"date",y:"average_price"}),
Plot.ruleY([0])
]
})
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.