Type Table, then Shift-Enter. Ctrl-space for more options.
nationalParks
Type Table, then Shift-Enter. Ctrl-space for more options.
npCSV=d3.map(npData,function(d){
return{
name:d['Name'].replace(/\*/g,""),
area:+removeAcres(d['Area (2021)']),
};
});
screenShot20230404At72646Pm=FileAttachment("Screen Shot 2023-04-04 at 7.26.46 PM.png").image()
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.