Published
Edited
Feb 15, 2021
Fork of Map Template
Insert cell
Insert cell
Insert cell
rawData = FileAttachment("paIncome.csv").csv()
Insert cell
data = rawData.map(d => ({
"type":"Feature",
"properties": d,
"geometry": {"type":"Point","coordinates":[d.lng,d.lat]}
}) )
Insert cell
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