Published unlisted
Edited
Nov 3, 2020
Insert cell
md`# burningmanQueries_Subregional`
Insert cell
d3 = require("d3@6")
Insert cell
rawData = d3.csvParse(await FileAttachment("geoMap@1.csv").text())
Insert cell
data = {
return rawData.map((d) => {
const obj = {
Region: d.Region,
burningman: d.burningman
}
return obj;
})
}
Insert cell
data.length
Insert cell
data[0]
Insert cell
data[1]
Insert cell
data[2]
Insert cell
data[0].Region
Insert cell
data[0].burningman
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